NullableCache

Undocumented in source.

Constructors

this
this(CacheLRU!(K, V) cache, int size, Duration ttl)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

get
auto get(K k)
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
auto opCall(K k)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

cache
CacheLRU!(K, V) cache;
Undocumented in source.

Meta