C# Class DbLocalizationProvider.EPiServer.EPiServerCacheManager

Inheritance: ICacheManager
Exibir arquivo Open project: valdisiljuconoks/LocalizationProvider

Public Methods

Method Description
Get ( string key ) : object
Insert ( string key, object value ) : void
Remove ( string key ) : void

Method Details

Get() public method

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

Insert() public method

public Insert ( string key, object value ) : void
key string
value object
return void

Remove() public method

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