LuCache

Least used strategy

class LuCache : Cache!(K, V)(
uint maxItems
K
V
) {}

Members

Functions

lookup
V* lookup(K key)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(K key, V value)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta