ocean ~v6.x.x (2022-01-14T16:08:36.1174149)
Dub
Repo
PriorityCache.this
ocean
util
container
cache
PriorityCache
PriorityCache
Constructor.
class
PriorityCache
(T)
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
PriorityCache
PriorityCache
aliases
ForeachDg
constructors
this
functions
clear
exists
get
getHighestPriorityItem
getLowestPriorityItem
getOrCreate
getPriority
getUpdateOrCreate
itemDropped
length
max_length
num_lookups
num_misses
opApply
opApplyReverse
remove
resetStats
updatePriority
whenNewAndLeastPriority
structs
CacheItem
variables
n_lookups
n_misses
Constructor.