C# Class RunningObjects.Core.Caching.CacheProvider

Afficher le fichier Open project: edurdias/RunningObjects

Méthodes publiques

Méthode Description
Add ( string key, object entry, int duration ) : object
Contains ( string key ) : bool
Get ( string key ) : object
Remove ( string key ) : object

Method Details

Add() public static méthode

public static Add ( string key, object entry, int duration ) : object
key string
entry object
duration int
Résultat object

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

Remove() public static méthode

public static Remove ( string key ) : object
key string
Résultat object