AspNetCacheProvider.GetCacheKey Method
- Namespace:
- Weavy.Core.Providers
- Assembly:
- Weavy.Core.dll
GetCacheKey(CacheRegion, string)
Gets the composite cache key for the specified CacheRegion and item key.
public string GetCacheKey(CacheRegion region, string key)
Parameters
- region
- CacheRegion
A CacheRegion for which to get cache key.
- key
- string
Cache key for a specific item in the cache region.
Returns
string
A string used to identify the item in the CacheRegion.