C# Class DbLocalizationProvider.Cache.HttpCacheManager

Inheritance: ICacheManager
Afficher le fichier Open project: valdisiljuconoks/LocalizationProvider

Méthodes publiques

Méthode Description
Get ( string key ) : object
Insert ( string key, object value ) : void
Remove ( string key ) : void

Method Details

Get() public méthode

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

Insert() public méthode

public Insert ( string key, object value ) : void
key string
value object
Résultat void

Remove() public méthode

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