C# Class Weed3Demo.config.AspCache

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

Méthodes publiques

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

Method Details

AspCache() public méthode

public AspCache ( string keyHead, int defSeconds ) : System
keyHead string
defSeconds int
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