C# 클래스 Cedar.Framework.Caching.CacheManager

상속: IDisposable
파일 보기 프로젝트 열기: Chinaccn/surfboard

공개 메소드들

메소드 설명
CreateCacheManager ( string functionName ) : CacheManager

Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Get ( string key ) : object

비공개 메소드들

메소드 설명
CacheManager ( ) : System
EnsureNotDisposed ( ) : void

메소드 상세

CreateCacheManager() 공개 정적인 메소드

public static CreateCacheManager ( string functionName ) : CacheManager
functionName string
리턴 CacheManager

Dispose() 공개 메소드

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
리턴 void

Get() 공개 메소드

public Get ( string key ) : object
key string
리턴 object