ocean v6.2.0 (2021-12-09T10:56:40Z)
Home
Dub
Repo
Cache.this
ocean
util
container
cache
Cache
Cache
Constructor.
class
Cache
(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
Cache
Cache
constructors
this
functions
create
get
getOrCreate
put
Constructor.