C# Class OpenSlx.Lib.Web.Utility.WebCacheService

Web-specific implementation of the cache service. This is a simple wrapper around the ASP.NET cache.
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

Add an item.

this ( string index ) : object

Access cache item.

Method Details

Insert() public méthode

Add an item.
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

Access cache item.
public this ( string index ) : object
index string
Résultat object