C# Класс AgileWallaby.Ehcache.EhcacheServerRequest

Наследование: IEhcacheServerRequest
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
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