Свойство | Type | Description |
---|
Méthode | Description | |
---|---|---|
AddToCache ( object item, string key, int expirationMinutes ) : void | ||
Clear ( ) : void | ||
Delete ( string key ) : void | ||
ReadFromCache ( string key ) : object |
public AddToCache ( object item, string key, int expirationMinutes ) : void | ||
item | object | |
key | string | |
expirationMinutes | int | |
Résultat | void |
public ReadFromCache ( string key ) : object | ||
key | string | |
Résultat | object |