tango v1.0.0+2.066 (2014-08-19T00:10:20Z)
Home
Dub
Repo
CacheMap.opApply
tango
util
container
more
CacheMap
CacheMap
Iterate from MRU to LRU entries
class
CacheMap
(K, V, alias Hash = Container.hash, alias Reap = Container.reap, alias Heap = Container.Collect)
final
int
opApply
(
scope
int
delegate
(
ref
K
key
,
ref
V
value
)
dg
)
Meta
Source
See Implementation
tango
util
container
more
CacheMap
CacheMap
constructors
this
functions
add
get
opApply
take
properties
size
static functions
reaper
Iterate from MRU to LRU entries