ExpiringCache.num_expired

class ExpiringCache(size_t ValueSize = 0)
uint
num_expired
()

Return Value

Type: uint

the number of cache lookups since instantiation or the last call of resetStats() where the element could be found but was expired.

Meta