Interface IMemoryCachingService
Assembly: Aurigma.DesignAtoms.dll
Syntax
public interface IMemoryCachingService
Methods
GetCache<T>(String)
Declaration
ICache<T> GetCache<T>(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns
Type Parameters
GetCache<T>(String, CacheItemPolicy)
Declaration
ICache<T> GetCache<T>(string name, CacheItemPolicy defaultPolicy)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
| System.Runtime.Caching.CacheItemPolicy |
defaultPolicy |
|
Returns
Type Parameters