C# Class Castle.Facilities.Cache.CacheConfig

Summary description for CacheConfig.
Afficher le fichier Open project: nats/castle-1.0.3-mono Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

AddMethod() public méthode

public AddMethod ( MethodInfo method, string cacheManagerId ) : void
method System.Reflection.MethodInfo
cacheManagerId string
Résultat void

AddMethodName() public méthode

public AddMethodName ( string methodName, string cacheManagerId ) : void
methodName string
cacheManagerId string
Résultat void

CacheConfig() public méthode

Constructor
The globalCacheManagerId us only used when configure by attribute
public CacheConfig ( IKernel kernel, string globalCacheManagerId ) : System.Reflection
kernel IKernel
globalCacheManagerId string
Résultat System.Reflection

GetCacheManager() public méthode

public GetCacheManager ( MethodInfo method ) : ICacheManager
method System.Reflection.MethodInfo
Résultat ICacheManager

IsMethodCache() public méthode

A
public IsMethodCache ( MethodInfo method ) : bool
method System.Reflection.MethodInfo
Résultat bool