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