Searched refs:autoEvictedCount (Results 1 – 3 of 3) sorted by relevance
97 int64_t evictedCountBefore = cache->autoEvictedCount(); in TestEvictionUnderStress()101 int64_t evictedCountAfter = cache->autoEvictedCount(); in TestEvictionUnderStress()
334 int64_t autoEvictedCount() const;
143 int64_t UnifiedCache::autoEvictedCount() const { in autoEvictedCount() function in UnifiedCache