C# Class Cedar.Framework.Caching.CacheManager

Inheritance: IDisposable
Datei anzeigen Open project: Chinaccn/surfboard

Public Methods

Method Description
CreateCacheManager ( string functionName ) : CacheManager

Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Get ( string key ) : object

Private Methods

Method Description
CacheManager ( ) : System
EnsureNotDisposed ( ) : void

Method Details

CreateCacheManager() public static method

public static CreateCacheManager ( string functionName ) : CacheManager
functionName string
return CacheManager

Dispose() public method

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
return void

Get() public method

public Get ( string key ) : object
key string
return object