C# 클래스 CacheAspect.Repository.AzureCache

상속: ICache
파일 보기 프로젝트 열기: BernieCook/CacheAspect

공개 메소드들

메소드 설명
AzureCache ( ) : System

Constructor.

Remove ( string key ) : void

Remove the cache key, and any related keys, from cache.

this ( string key ) : object

Cache indexer.

비공개 메소드들

메소드 설명
UpdateCacheKeys ( string key ) : void

Update the cache keys list.

메소드 상세

AzureCache() 공개 메소드

Constructor.
public AzureCache ( ) : System
리턴 System

Remove() 공개 메소드

Remove the cache key, and any related keys, from cache.
public Remove ( string key ) : void
key string Cache key.
리턴 void

this() 공개 메소드

Cache indexer.
public this ( string key ) : object
key string Cache key.
리턴 object