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
Afficher le fichier Open project: WeAreMammoth/bcxapi-dotnet

Méthodes publiques

Méthode Description
Get ( string key ) : object
Remove ( string key ) : object
Set ( string key, object store_me ) : bool

Method Details

Get() public méthode

public Get ( string key ) : object
key string
Résultat object

Remove() public méthode

public Remove ( string key ) : object
key string
Résultat object

Set() public méthode

public Set ( string key, object store_me ) : bool
key string
store_me object
Résultat bool