ocean v6.2.0 (2021-12-09T10:56:40Z)
Home
Dub
Repo
ICache.this
ocean
util
container
cache
model
ICache
ICache
Constructor.
class
ICache
protected
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
model
ICache
ICache
aliases
TimeToIndex
opBinaryRight
constructors
this
functions
accessIndex
accessTime
clear
exists
get_
keyByIndex
length
max_length
now
num_lookups
num_misses
opIn_r
register
remove
remove_
replaceRemovedItem
resetStats
whenCacheItemDropped
whenEarlierThanOldestItem
variables
key_to_node
n_lookups
n_misses
time_to_index
Constructor.