C# Class CacheAspect.Repository.AzureCache

Inheritance: ICache
ファイルを表示 Open project: BernieCook/CacheAspect

Public Methods

Method Description
AzureCache ( ) : System

Constructor.

Remove ( string key ) : void

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

this ( string key ) : object

Cache indexer.

Private Methods

Method Description
UpdateCacheKeys ( string key ) : void

Update the cache keys list.

Method Details

AzureCache() public method

Constructor.
public AzureCache ( ) : System
return System

Remove() public method

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

this() public method

Cache indexer.
public this ( string key ) : object
key string Cache key.
return object