C# 클래스 AgileWallaby.Ehcache.EhcacheServerRequest

상속: IEhcacheServerRequest
파일 보기 프로젝트 열기: jimmcslim/Ehcache.Net 1 사용 예제들

공개 메소드들

메소드 설명
Contains ( string cache, string key ) : bool
GetCount ( string cache ) : int
GetElement ( string cache, string key, string &contentType ) : string
PutElement ( string cache, string key, string serializedValue, string contentType, int timeToLive = null ) : void
Remove ( string cache, string key ) : object

비공개 메소드들

메소드 설명
CreateWebRequestForCache ( string method, string cache ) : HttpWebRequest
CreateWebRequestForCacheElement ( string method, string cache, string key ) : HttpWebRequest
EhcacheServerRequest ( Uri endpoint, string defaultCache, IMetadataSerializationService serializerService ) : System
GetRequestStream ( HttpWebRequest req ) : Stream
GetResponse ( HttpWebRequest req ) : HttpWebResponse
IsResponseExceptionHttp404NotFound ( WebException e ) : bool

메소드 상세

Contains() 공개 메소드

public Contains ( string cache, string key ) : bool
cache string
key string
리턴 bool

GetCount() 공개 메소드

public GetCount ( string cache ) : int
cache string
리턴 int

GetElement() 공개 메소드

public GetElement ( string cache, string key, string &contentType ) : string
cache string
key string
contentType string
리턴 string

PutElement() 공개 메소드

public PutElement ( string cache, string key, string serializedValue, string contentType, int timeToLive = null ) : void
cache string
key string
serializedValue string
contentType string
timeToLive int
리턴 void

Remove() 공개 메소드

public Remove ( string cache, string key ) : object
cache string
key string
리턴 object