C# Class OpenSlx.Lib.Services.Impl.AspnetCacheService

Implementation of ICacheService using the default ASP.NET cache. For convenience during testing if HttpContext.Current is not valid all calls are ignored.
Inheritance: ICacheService
Afficher le fichier Open project: nicocrm/OpenSlx

Méthodes publiques

Méthode Description
Insert ( string key, object value, System cacheDependency, System.DateTime absoluteExpiration, System.TimeSpan slidingExpiration ) : void
this ( string index ) : object

Method Details

Insert() public méthode

public Insert ( string key, object value, System cacheDependency, System.DateTime absoluteExpiration, System.TimeSpan slidingExpiration ) : void
key string
value object
cacheDependency System
absoluteExpiration System.DateTime
slidingExpiration System.TimeSpan
Résultat void

this() public méthode

public this ( string index ) : object
index string
Résultat object