C# Class Apache.Shiro.Cache.DictionaryCacheManager

Inheritance: ICacheManager, IDisposable
Show file Open project: katasource/shironet Class Usage Examples

Public Methods

Method Description
DictionaryCacheManager ( ) : System
Dispose ( ) : void
GetCache ( string cacheName ) : ICache

Method Details

DictionaryCacheManager() public method

public DictionaryCacheManager ( ) : System
return System

Dispose() public method

public Dispose ( ) : void
return void

GetCache() public method

public GetCache ( string cacheName ) : ICache
cacheName string
return ICache