Searched refs:kCacheTtlUs (Results 1 – 2 of 2) sorted by relevance
34 static constexpr int kCacheTtlUs = 1000000; // TODO: tune variable174 mExpireUs = getTimestampNow() + kCacheTtlUs; in updateExpire()183 mExpireUs = getTimestampNow() + kCacheTtlUs; in ClientBuffer()574 if (now >= mLastEvictCacheUs + kCacheTtlUs || clearCache) { in evictCaches()
34 static constexpr int kCacheTtlUs = 1000000; // TODO: tune variable186 mExpireUs = getTimestampNow() + kCacheTtlUs; in updateExpire()194 mExpireUs = getTimestampNow() + kCacheTtlUs; in ClientBuffer()671 if (now >= mLastEvictCacheUs + kCacheTtlUs || clearCache) { in evictCaches()