System.Web.Caching Namespace
.NET Framework 3.0
| Class | Description | |
|---|---|---|
![]() | AggregateCacheDependency | |
![]() | Cache | |
![]() | CacheDependency | Establishes a dependency relationship between an item stored in an ASP.NET application's Cache object and a file, cache key, an array of either, or another CacheDependency object. The CacheDependency class monitors the dependency relationships so that when any of them changes, the cached item will be automatically removed. |
![]() | DatabaseNotEnabledForNotificationException | The exception that is thrown when a SQL Server database is not enabled to support dependencies associated with the SqlCacheDependency class. This class cannot be inherited. |
![]() | SqlCacheDependency | |
![]() | SqlCacheDependencyAdmin | |
![]() | TableNotEnabledForNotificationException | The exception that is thrown when a SqlCacheDependency class is used against a database table that is not enabled for change notifications. |
| Delegate | Description | |
|---|---|---|
![]() | CacheItemRemovedCallback |
| Enumeration | Description | |
|---|---|---|
![]() | CacheItemPriority | Specifies the relative priority of items stored in the Cache object. |
![]() | CacheItemRemovedReason | Specifies the reason an item was removed from the Cache. |
Community Additions
ADD
Show:


