private void DecreaseEstimatedMemory(CachedObject cachedObject) { _estimatedMemorySize.Substract(cachedObject.ObjectSize); }