AspNetCacheProvider.GetRegionKey Method
- Namespace:
- Weavy.Core.Providers
- Assembly:
- Weavy.Core.dll
GetRegionKey(CacheRegion)
Gets the cache key for the specified CacheRegion.
public string GetRegionKey(CacheRegion region)
Parameters
- region
- CacheRegion
A CacheRegion for which to get cache key.
Returns
string
A string used to identify the CacheRegion.