C# Class Hd.Portal.Components.Cache

Afficher le fichier Open project: TargetProcess/Tp.HelpDesk

Méthodes publiques

Méthode Description
Get ( string key ) : object
Set ( string key, object value, int minutes ) : void

Method Details

Get() public méthode

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

Set() public méthode

public Set ( string key, object value, int minutes ) : void
key string
value object
minutes int
Résultat void