C# Class BCXAPI.Providers.DefaultMemoryCache

if you do not provide your own implmentation of the IResponseCache interface, this is used to cache responses from Basecamp via the System.Runtime.Caching.MemoryCache.Default cache.
Inheritance: BCXAPI.Providers.IResponseCache
Datei anzeigen Open project: WeAreMammoth/bcxapi-dotnet

Public Methods

Method Description
Get ( string key ) : object
Remove ( string key ) : object
Set ( string key, object store_me ) : bool

Method Details

Get() public method

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

Remove() public method

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

Set() public method

public Set ( string key, object store_me ) : bool
key string
store_me object
return bool