Property | Type | Description | |
---|---|---|---|
_currentContext |
Method | 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 |
public abstract GetEnumerator ( ) : IEnumerator | ||
return | IEnumerator |
public abstract Insert ( string key, object value ) : void | ||
key | string | |
value | object | |
return | void |
public Insert ( string key, object value, System.Web.Caching.CacheDependency dependencies ) : void | ||
key | string | |
value | object | |
dependencies | System.Web.Caching.CacheDependency | |
return | void |
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 | |
return | void |