C# Класс Aspectacular.CacheFactory

Показать файл Открыть проект

Открытые методы

Метод Описание
CreateCacheAspect ( this cacheProvider ) : CacheAspect

Instantiates new CacheAspect for a given cache provider.

CreateCacheAspect ( this cache, System.Runtime.Caching.CacheItemPolicy cachePolicyTemplate, string regionName = null ) : CacheAspect

A shortcut method marrying .NET Framework's ObjectCache to CacheAspect.

CreateCacheProvider ( this cache, System.Runtime.Caching.CacheItemPolicy cachePolicyTemplate, string regionName = null ) : ObjectCacheFacade

Augments .NET Framework ObjectCache and its descendants into Aspectacular-friendly cache provider compatible with the CacheAspect.

Описание методов

CreateCacheAspect() публичный статический Метод

Instantiates new CacheAspect for a given cache provider.
public static CreateCacheAspect ( this cacheProvider ) : CacheAspect
cacheProvider this
Результат CacheAspect

CreateCacheAspect() публичный статический Метод

A shortcut method marrying .NET Framework's ObjectCache to CacheAspect.
public static CreateCacheAspect ( this cache, System.Runtime.Caching.CacheItemPolicy cachePolicyTemplate, string regionName = null ) : CacheAspect
cache this
cachePolicyTemplate System.Runtime.Caching.CacheItemPolicy .NET Framework object driving cached item expiration.
regionName string
Результат CacheAspect

CreateCacheProvider() публичный статический Метод

Augments .NET Framework ObjectCache and its descendants into Aspectacular-friendly cache provider compatible with the CacheAspect.
public static CreateCacheProvider ( this cache, System.Runtime.Caching.CacheItemPolicy cachePolicyTemplate, string regionName = null ) : ObjectCacheFacade
cache this
cachePolicyTemplate System.Runtime.Caching.CacheItemPolicy .NET Framework object driving cached item expiration.
regionName string
Результат ObjectCacheFacade