C# Class StacheCache.LocalCache

Inheritance: ICache
Afficher le fichier Open project: itsjason/Stache-Cache Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
AddToCache ( object item, string key, int expirationMinutes ) : void
Clear ( ) : void
Delete ( string key ) : void
ReadFromCache ( string key ) : object

Method Details

AddToCache() public méthode

public AddToCache ( object item, string key, int expirationMinutes ) : void
item object
key string
expirationMinutes int
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

Delete() public méthode

public Delete ( string key ) : void
key string
Résultat void

ReadFromCache() public méthode

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