C# Class Contrive.Common.Web.Cache

Inheritance: ICache
Show file Open project: alanstevens/Contrive

Public Methods

Method Description
Add ( string key, object value ) : object
Get ( string key ) : object

Method Details

Add() public method

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

Get() public method

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