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

Inheritance: ICache
Datei anzeigen Open project: JordanRift/Grassroots

Public Methods

Method Description
Add ( string key, object value ) : void
Exists ( string key ) : bool
Get ( string key ) : object
Remove ( string key ) : void

Method Details

Add() public method

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

Exists() public method

public Exists ( string key ) : bool
key string
return bool

Get() public method

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

Remove() public method

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