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
파일 보기 프로젝트 열기: WeAreMammoth/bcxapi-dotnet

공개 메소드들

메소드 설명
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