2 references to _agingFactor
System.Data.Entity (2)
System\Data\Common\QueryCache\QueryCacheManager.cs (2)
261private static readonly int AgingMaxIndex = _agingFactor.Length - 1; 310cacheKeys[i].HitCount = cacheKeys[i].HitCount >> _agingFactor[agingIndex];