C# Class Weed3Demo.config.MemCache

Inheritance: ICacheService
Afficher le fichier Open project: noear/Weed3

Méthodes publiques

Méthode Description
MemCache ( string keyHead, int defSeconds, string host ) : System
get ( string key ) : object
getCacheKeyHead ( ) : string
getDefalutSeconds ( ) : int
remove ( string key ) : void
store ( string key, object obj, int seconds ) : void

Private Methods

Méthode Description
InitMemCache ( string host ) : void

Method Details

MemCache() public méthode

public MemCache ( string keyHead, int defSeconds, string host ) : System
keyHead string
defSeconds int
host string
Résultat System

get() public méthode

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

getCacheKeyHead() public méthode

public getCacheKeyHead ( ) : string
Résultat string

getDefalutSeconds() public méthode

public getDefalutSeconds ( ) : int
Résultat int

remove() public méthode

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

store() public méthode

public store ( string key, object obj, int seconds ) : void
key string
obj object
seconds int
Résultat void