C# Class Weed3Demo.config.AspCache

Inheritance: ICacheService
Mostrar archivo Open project: noear/Weed3

Public Methods

Method 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 method

public AspCache ( string keyHead, int defSeconds ) : System
keyHead string
defSeconds int
return System

get() public method

public get ( string key ) : object
key string
return object

getCacheKeyHead() public method

public getCacheKeyHead ( ) : string
return string

getDefalutSeconds() public method

public getDefalutSeconds ( ) : int
return int

remove() public method

public remove ( string key ) : void
key string
return void

store() public method

public store ( string key, object obj, int seconds ) : void
key string
obj object
seconds int
return void