ExpiringLRUCache.n_expired

Counts the number of lookups where an existing element was expired.

class ExpiringLRUCache(T = void[])
protected
uint n_expired;

Meta