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

Description résumée de MemoryCache.
Inheritance: ICacheManager
Afficher le fichier Open project: nats/castle-1.0.3-mono

Méthodes publiques

Méthode 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 méthode

Clears all elements from the cache.
public Clear ( ) : void
Résultat void

MemoryCacheManager() public méthode

public MemoryCacheManager ( ) : System.Collections
Résultat System.Collections

this() public méthode

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
Résultat object