C# Class Contrive.Common.Web.Cache

Inheritance: ICache
Afficher le fichier Open project: alanstevens/Contrive

Méthodes publiques

Méthode Description
Add ( string key, object value ) : object
Get ( string key ) : object

Method Details

Add() public méthode

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

Get() public méthode

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