The members of System.Web.Caching.Cache are listed below.
See Also: Inherited members from System.Object
| | Documentation for this section has not yet been entered. |
[read-only] | Count | int. Documentation for this section has not yet been entered. |
default property | Item(string) | object. Documentation for this section has not yet been entered. |
| Add(string, object, CacheDependency, DateTime, TimeSpan, CacheItemPriority, CacheItemRemovedCallback) : objectDocumentation for this section has not yet been entered. |
| Get(string) : objectDocumentation for this section has not yet been entered. |
| GetEnumerator() : IDictionaryEnumeratorDocumentation for this section has not yet been entered. |
| Insert(string, object)Inserts the item into the cache. |
| Insert(string, object, CacheDependency)Documentation for this section has not yet been entered. |
| Insert(string, object, CacheDependency, DateTime, TimeSpan)Documentation for this section has not yet been entered. |
| Insert(string, object, CacheDependency, DateTime, TimeSpan, CacheItemPriority, CacheItemRemovedCallback)Documentation for this section has not yet been entered. |
| Remove(string) : objectDocumentation for this section has not yet been entered. |