C# Class UCosmic.Cache.ObjectCacheProvider

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

Méthodes publiques

Méthode Description
Add ( string key, object value, System.TimeSpan timeout ) : void
Contains ( string key ) : bool
Get ( string key ) : object
ObjectCacheProvider ( ObjectCache objectCache ) : System

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

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

ObjectCacheProvider() public méthode

public ObjectCacheProvider ( ObjectCache objectCache ) : System
objectCache ObjectCache
Résultat System