C# 클래스 Castle.Facilities.Cache.CacheConfig

Summary description for CacheConfig.
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono 1 사용 예제들

공개 메소드들

메소드 설명
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