Метод | Описание | |
---|---|---|
Add ( string key, object value, System.Web.Caching.CacheDependency dependencies, System.DateTime absoluteExpiration, System.TimeSpan slidingExpiration, CacheItemPriority priority, CacheItemRemovedCallback onRemoveCallback ) : object | ||
CacheProvider ( |
|
|
Get ( string key ) : object | ||
GetEnumerator ( ) : IDictionaryEnumerator | ||
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 ) : 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 ) : object | ||
this ( string key ) : object |
public Add ( string key, object value, System.Web.Caching.CacheDependency dependencies, System.DateTime absoluteExpiration, System.TimeSpan slidingExpiration, CacheItemPriority priority, CacheItemRemovedCallback onRemoveCallback ) : object | ||
key | string | |
value | object | |
dependencies | System.Web.Caching.CacheDependency | |
absoluteExpiration | System.DateTime | |
slidingExpiration | System.TimeSpan | |
priority | CacheItemPriority | |
onRemoveCallback | CacheItemRemovedCallback | |
Результат | object |
public CacheProvider ( |
||
cache | ||
Результат | System |
public GetEnumerator ( ) : IDictionaryEnumerator | ||
Результат | IDictionaryEnumerator |
public Insert ( string key, object value ) : void | ||
key | string | |
value | object | |
Результат | void |
public Insert ( string key, object value, System.Web.Caching.CacheDependency dependencies ) : void | ||
key | string | |
value | object | |
dependencies | System.Web.Caching.CacheDependency | |
Результат | void |
public Insert ( string key, object value, System.Web.Caching.CacheDependency dependencies, System.DateTime absoluteExpiration, System.TimeSpan slidingExpiration ) : void | ||
key | string | |
value | object | |
dependencies | System.Web.Caching.CacheDependency | |
absoluteExpiration | System.DateTime | |
slidingExpiration | System.TimeSpan | |
Результат | void |
public 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 | |
Результат | void |