protected override void RemoveItemFromCache(int itemId)
 {
     RedisOutputCachingProvider.RemoveInternal(itemId, true);
 }