C# 클래스 Castle.Facilities.Cache.Manager.MemoryCacheManager

Description résumée de MemoryCache.
상속: ICacheManager
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

공개 메소드들

메소드 설명
Clear ( ) : void

Clears all elements from the cache.

MemoryCacheManager ( ) : System.Collections
this ( object key ) : object

Adds an item with the specified key and value into cached data. Gets a cached object with the specified key.

메소드 상세

Clear() 공개 메소드

Clears all elements from the cache.
public Clear ( ) : void
리턴 void

MemoryCacheManager() 공개 메소드

public MemoryCacheManager ( ) : System.Collections
리턴 System.Collections

this() 공개 메소드

Adds an item with the specified key and value into cached data. Gets a cached object with the specified key.
public this ( object key ) : object
key object
리턴 object