C# 클래스 Apache.Shiro.Cache.DictionaryCacheManager

상속: ICacheManager, IDisposable
파일 보기 프로젝트 열기: katasource/shironet 1 사용 예제들

공개 메소드들

메소드 설명
DictionaryCacheManager ( ) : System
Dispose ( ) : void
GetCache ( string cacheName ) : ICache

메소드 상세

DictionaryCacheManager() 공개 메소드

public DictionaryCacheManager ( ) : System
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetCache() 공개 메소드

public GetCache ( string cacheName ) : ICache
cacheName string
리턴 ICache