public void InvalidateCacheItem(string cacheKey) { if (!IsCacheEnabled) { return; } InnerCache.InvalidateCacheItem(cacheKey); }