C# Class SenseNet.ContentRepository.Storage.Caching.CacheBase

Inheritance: ICache
Afficher le fichier Open project: maxpavlov/FlexNet

Protected Properties

Свойство Type Description
_currentContext System.Web.HttpContext

Méthodes publiques

Méthode Description
Get ( string key ) : object
GetEnumerator ( ) : IEnumerator
Insert ( string key, object value ) : void
Insert ( string key, object value, System.Web.Caching.CacheDependency dependencies ) : void
Insert ( string key, object value, System.Web.Caching.CacheDependency dependencies, System.DateTime absoluteExpiration, System.TimeSpan slidingExpiration, CacheItemPriority priority, CacheItemRemovedCallback onRemoveCallback ) : void
Remove ( string key ) : void
Reset ( ) : void
this ( string key ) : object

Method Details

Get() public abstract méthode

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

GetEnumerator() public abstract méthode

public abstract GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

Insert() public abstract méthode

public abstract Insert ( string key, object value ) : void
key string
value object
Résultat void

Insert() public méthode

public Insert ( string key, object value, System.Web.Caching.CacheDependency dependencies ) : void
key string
value object
dependencies System.Web.Caching.CacheDependency
Résultat void

Insert() public abstract méthode

public abstract Insert ( string key, object value, System.Web.Caching.CacheDependency dependencies, System.DateTime absoluteExpiration, System.TimeSpan slidingExpiration, CacheItemPriority priority, CacheItemRemovedCallback onRemoveCallback ) : void
key string
value object
dependencies System.Web.Caching.CacheDependency
absoluteExpiration System.DateTime
slidingExpiration System.TimeSpan
priority CacheItemPriority
onRemoveCallback CacheItemRemovedCallback
Résultat void

Remove() public abstract méthode

public abstract Remove ( string key ) : void
key string
Résultat void

Reset() public abstract méthode

public abstract Reset ( ) : void
Résultat void

this() public abstract méthode

public abstract this ( string key ) : object
key string
Résultat object

Property Details

_currentContext protected_oe property

protected HttpContext,System.Web _currentContext
Résultat System.Web.HttpContext