AspNetCacheProvider.Get Method
- Namespace:
- Weavy.Core.Providers
- Assembly:
- Weavy.Core.dll
Get(CacheRegion, string)
Retrieves the specified item from the cache.
public T Get<T>(CacheRegion region, string key)
Parameters
- region
- CacheRegion
The cache region from which to get the cache item.
- key
- string
The identifier for the cache item to retrieve.
Returns
The retrieved cache item, or null if the key is not found.