C# Class Codeology.SharpCache.Providers.MemcacheCacheProvider

Inheritance: CacheProvider
Afficher le fichier Open project: lkinsella/SharpCache Class Usage Examples

Méthodes publiques

Méthode Description
Clear ( ) : void
Exists ( string key ) : bool
Get ( string key ) : object
Initialize ( ) : void
MemcacheCacheProvider ( string cacheName, string cacheServer ) : System
Set ( string key, object value, System.DateTime dt ) : void
Uninitialize ( ) : void
Unset ( string key ) : void

Méthodes protégées

Méthode Description
GetId ( ) : System.Guid
GetName ( ) : string

Private Methods

Méthode Description
GetKey ( string key ) : string

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

Exists() public méthode

public Exists ( string key ) : bool
key string
Résultat bool

Get() public méthode

public Get ( string key ) : object
key string
Résultat object

GetId() protected méthode

protected GetId ( ) : System.Guid
Résultat System.Guid

GetName() protected méthode

protected GetName ( ) : string
Résultat string

Initialize() public méthode

public Initialize ( ) : void
Résultat void

MemcacheCacheProvider() public méthode

public MemcacheCacheProvider ( string cacheName, string cacheServer ) : System
cacheName string
cacheServer string
Résultat System

Set() public méthode

public Set ( string key, object value, System.DateTime dt ) : void
key string
value object
dt System.DateTime
Résultat void

Uninitialize() public méthode

public Uninitialize ( ) : void
Résultat void

Unset() public méthode

public Unset ( string key ) : void
key string
Résultat void