protected virtual async Task ClearProductViewCacheAsync(Guid storeId) { await _cache.RemoveAsync(await _productViewCacheKeyProvider.GetCacheKeyAsync(storeId)); }
protected virtual async Task <string> GetCacheKeyAsync(Guid storeId) { return(await _productViewCacheKeyProvider.GetCacheKeyAsync(storeId)); }