AspNetCacheProvider.Remove Method
- Namespace:
- Weavy.Core.Providers
- Assembly:
- Weavy.Core.dll
Remove(CacheRegion, String[])
Removes the specified items from the cache.
public void Remove(CacheRegion region, params string[] keys)
Parameters
- region
- CacheRegion
The cache region from which to remove cache items.
- keys
- System.String[]
The identifiers for the cache items to remove.