프로퍼티 | 타입 | 설명 | |
---|---|---|---|
_currentContext |
메소드 | 설명 | |
---|---|---|
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 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 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 | |
리턴 | void |