C# Class AgileWallaby.Ehcache.EhcacheServerRequest

Inheritance: IEhcacheServerRequest
Afficher le fichier Open project: jimmcslim/Ehcache.Net Class Usage Examples

Méthodes publiques

Méthode 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

Private Methods

Méthode Description
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

Method Details

Contains() public méthode

public Contains ( string cache, string key ) : bool
cache string
key string
Résultat bool

GetCount() public méthode

public GetCount ( string cache ) : int
cache string
Résultat int

GetElement() public méthode

public GetElement ( string cache, string key, string &contentType ) : string
cache string
key string
contentType string
Résultat string

PutElement() public méthode

public PutElement ( string cache, string key, string serializedValue, string contentType, int timeToLive = null ) : void
cache string
key string
serializedValue string
contentType string
timeToLive int
Résultat void

Remove() public méthode

public Remove ( string cache, string key ) : object
cache string
key string
Résultat object