ICacheProvider.Clear Method
- Namespace:
- Weavy.Core.Providers
- Assembly:
- Weavy.Core.dll
Overloads
Clear() | Removes all items from the cache. |
Clear(Cache |
Removes all items from the cache region. |
Clear()
Removes all items from the cache.
void Clear()
Clear(CacheRegion)
Removes all items from the cache region.
void Clear(CacheRegion region)
Parameters
- region
- CacheRegion
The cache region to clear.