LRU.add

Undocumented in source. Be warned that the author may not have intended to support it.
class LRU(K, V)
bool
add
(
const(K) key
,
ref V value
)

Meta