C# Class Apache.Shiro.Cache.DictionaryCacheManager

Inheritance: ICacheManager, IDisposable
Afficher le fichier Open project: katasource/shironet Class Usage Examples

Méthodes publiques

Méthode Description
DictionaryCacheManager ( ) : System
Dispose ( ) : void
GetCache ( string cacheName ) : ICache

Method Details

DictionaryCacheManager() public méthode

public DictionaryCacheManager ( ) : System
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetCache() public méthode

public GetCache ( string cacheName ) : ICache
cacheName string
Résultat ICache