C# Class Castle.Facilities.Cache.Manager.MemoryCacheManager

Description résumée de MemoryCache.
Inheritance: ICacheManager
Show file Open project: nats/castle-1.0.3-mono

Public Methods

Method Description
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.

Method Details

Clear() public method

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

MemoryCacheManager() public method

public MemoryCacheManager ( ) : System.Collections
return System.Collections

this() public method

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
return object