Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
CreateWebRequestForCache ( string method, string cache ) : |
||
CreateWebRequestForCacheElement ( string method, string cache, string key ) : |
||
EhcacheServerRequest ( |
||
GetRequestStream ( |
||
GetResponse ( |
||
IsResponseExceptionHttp404NotFound ( |
public Contains ( string cache, string key ) : bool | ||
cache | string | |
key | string | |
return | bool |
public GetElement ( string cache, string key, string &contentType ) : string | ||
cache | string | |
key | string | |
contentType | string | |
return | string |
public PutElement ( string cache, string key, string serializedValue, string contentType, int timeToLive = null ) : void | ||
cache | string | |
key | string | |
serializedValue | string | |
contentType | string | |
timeToLive | int | |
return | void |
public Remove ( string cache, string key ) : object | ||
cache | string | |
key | string | |
return | object |