This documentation is archived and is not being maintained.

AggregateCacheDependency Members

Combines multiple dependencies between an item stored in an ASP.NET application's Cache object and an array of CacheDependency objects. This class cannot be inherited.

The AggregateCacheDependency type exposes the following members.

  NameDescription
Public method AggregateCacheDependency Initializes a new instance of the AggregateCacheDependency class.
Top

  NameDescription
Public method Add Adds an array of CacheDependency objects to the AggregateCacheDependency object.
Protected method DependencyDispose Releases the resources used by the CacheDependency class and any classes that derive from CacheDependency. (Inherited from CacheDependency.)
Public method Dispose Releases the resources used by the CacheDependency object. (Inherited from CacheDependency.)
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Protected method FinishInit Completes initialization of the CacheDependency object. (Inherited from CacheDependency.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the type of the current instance. (Inherited from Object.)
Public method GetUniqueID Retrieves a unique identifier for the AggregateCacheDependency object. (Overrides CacheDependency::GetUniqueID().)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Protected method NotifyDependencyChanged Notifies the base CacheDependency object that the dependency represented by a derived CacheDependency class has changed. (Inherited from CacheDependency.)
Protected method SetUtcLastModified Marks the time when a dependency last changed. (Inherited from CacheDependency.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Top

  NameDescription
Public property HasChanged Gets a value indicating whether the CacheDependency object has changed. (Inherited from CacheDependency.)
Public property UtcLastModified Gets the time when the dependency was last changed. (Inherited from CacheDependency.)
Top
Show: