StaticLRUCache.has

Returns true if key is in the cache.

struct StaticLRUCache(Key, Value, size_t cacheSize)
const pure nothrow @safe @nogc
bool
has
(
const Key key
)

Meta