C# 클래스 StacheCache.RemoteCache

상속: ICache
파일 보기 프로젝트 열기: itsjason/Stache-Cache

Private Properties

프로퍼티 타입 설명
ConnectCache void

공개 메소드들

메소드 설명
AddToCache ( object item, string key, int expirationMinutes ) : void
Clear ( ) : void
Delete ( string key ) : void
ReadFromCache ( string key ) : object
RemoteCache ( IEnumerable cacheServers, int timeoutMilliseconds = 2000, string cacheName = "default", string regionName = "default" ) : System

비공개 메소드들

메소드 설명
ConnectCache ( string cacheName, DataCacheFactoryConfiguration config ) : void

메소드 상세

AddToCache() 공개 메소드

public AddToCache ( object item, string key, int expirationMinutes ) : void
item object
key string
expirationMinutes int
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Delete() 공개 메소드

public Delete ( string key ) : void
key string
리턴 void

ReadFromCache() 공개 메소드

public ReadFromCache ( string key ) : object
key string
리턴 object

RemoteCache() 공개 메소드

public RemoteCache ( IEnumerable cacheServers, int timeoutMilliseconds = 2000, string cacheName = "default", string regionName = "default" ) : System
cacheServers IEnumerable
timeoutMilliseconds int
cacheName string
regionName string
리턴 System