C# Class JordanRift.Grassroots.Framework.Helpers.HttpCache

Inheritance: ICache
Afficher le fichier Open project: JordanRift/Grassroots

Méthodes publiques

Méthode Description
Add ( string key, object value ) : void
Exists ( string key ) : bool
Get ( string key ) : object
Remove ( string key ) : void

Method Details

Add() public méthode

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

Exists() public méthode

public Exists ( string key ) : bool
key string
Résultat bool

Get() public méthode

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

Remove() public méthode

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