LRUCache.Value

An alias for the type stored in PriorityCache.

The stored type is a wrapper around T which might (or might not) add extra fields in addition to T be stored (depending on the TrackCreateTimes template parameters).

class LRUCache(T, bool TrackCreateTimes = false)
protected
alias Value = ValueT!(T, TrackCreateTimes)

Meta