ocean v6.2.0 (2021-12-09T10:56:40Z)
Home
Dub
Repo
LRUCache.this
ocean
util
container
cache
LRUCache
LRUCache
Constructor.
class
LRUCache
(T, bool TrackCreateTimes = false)
this
(
size_t
max_items
)
Parameters
max_items
size_t
maximum number of items in the cache, set once, cannot be changed
Meta
Source
See Implementation
ocean
util
container
cache
LRUCache
LRUCache
aliases
Value
constructors
this
functions
getAndRefresh
getAndRefreshRaw
getRefreshOrCreate
getRefreshOrCreateRaw
now
put
Constructor.