StaticLRUCache.opBinaryRight

Returns a pointer to the cached value if key is in the cache; null otherwise. The pointer may get invalidated by updating the cache. This marks the item as recently used.

struct StaticLRUCache(Key, Value, size_t cacheSize)
template opBinaryRight (
string op
) {}

Members

Aliases

opBinaryRight
alias opBinaryRight = find
Undocumented in source.

Meta