C# Класс 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.
Наследование: BCXAPI.Providers.IResponseCache
Показать файл Открыть проект

Открытые методы

Метод Описание
Get ( string key ) : object
Remove ( string key ) : object
Set ( string key, object store_me ) : bool

Описание методов

Get() публичный Метод

public Get ( string key ) : object
key string
Результат object

Remove() публичный Метод

public Remove ( string key ) : object
key string
Результат object

Set() публичный Метод

public Set ( string key, object store_me ) : bool
key string
store_me object
Результат bool