C# Class UCosmic.Cache.AzureCacheProvider

Inheritance: IProvideCache
Afficher le fichier Open project: ucosmic/UCosmicAlpha

Méthodes publiques

Méthode Description
Add ( string key, object value, System.TimeSpan timeout ) : void
AzureCacheProvider ( DataCache dataCache ) : System
Contains ( string key ) : bool
Get ( string key ) : object

Method Details

Add() public méthode

public Add ( string key, object value, System.TimeSpan timeout ) : void
key string
value object
timeout System.TimeSpan
Résultat void

AzureCacheProvider() public méthode

public AzureCacheProvider ( DataCache dataCache ) : System
dataCache DataCache
Résultat System

Contains() public méthode

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

Get() public méthode

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