C# Класс Castle.Facilities.Cache.CacheConfig

Summary description for CacheConfig.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
AddMethod ( MethodInfo method, string cacheManagerId ) : void
AddMethodName ( string methodName, string cacheManagerId ) : void
CacheConfig ( IKernel kernel, string globalCacheManagerId ) : System.Reflection

Constructor

The globalCacheManagerId us only used when configure by attribute

GetCacheManager ( MethodInfo method ) : ICacheManager
IsMethodCache ( MethodInfo method ) : bool

A

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

AddMethod() публичный Метод

public AddMethod ( MethodInfo method, string cacheManagerId ) : void
method System.Reflection.MethodInfo
cacheManagerId string
Результат void

AddMethodName() публичный Метод

public AddMethodName ( string methodName, string cacheManagerId ) : void
methodName string
cacheManagerId string
Результат void

CacheConfig() публичный Метод

Constructor
The globalCacheManagerId us only used when configure by attribute
public CacheConfig ( IKernel kernel, string globalCacheManagerId ) : System.Reflection
kernel IKernel
globalCacheManagerId string
Результат System.Reflection

GetCacheManager() публичный Метод

public GetCacheManager ( MethodInfo method ) : ICacheManager
method System.Reflection.MethodInfo
Результат ICacheManager

IsMethodCache() публичный Метод

A
public IsMethodCache ( MethodInfo method ) : bool
method System.Reflection.MethodInfo
Результат bool