AggregateCacheDependency Methods

 

Namespace:   System.Web.Caching
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_pubmethodAdd(array<CacheDependency^>^)

Adds an array of CacheDependency objects to the AggregateCacheDependency object.

System_CAPS_pubmethodDispose()

Releases the resources used by the CacheDependency object.(Inherited from CacheDependency.)

System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_protmethodFinishInit()

Completes initialization of the CacheDependency object.(Inherited from CacheDependency.)

System_CAPS_pubmethodGetFileDependencies()

Gets the file dependencies.(Overrides CacheDependency::GetFileDependencies().)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodGetUniqueID()

Retrieves a unique identifier for the AggregateCacheDependency object.(Overrides CacheDependency::GetUniqueID().)

System_CAPS_pubmethodItemRemoved()

Called when a monitored cache entry is removed.(Inherited from CacheDependency.)

System_CAPS_pubmethodKeepDependenciesAlive()

Updates the last access time of every cache item that depends on this item.(Inherited from CacheDependency.)

System_CAPS_pubmethodSetCacheDependencyChanged(Action<Object^, EventArgs^>^)

Adds an Action method to handle notifying interested party in changes to this dependency.(Inherited from CacheDependency.)

System_CAPS_pubmethodTakeOwnership()

Allows the first user to declare exclusive ownership of this dependency.(Inherited from CacheDependency.)

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

Return to top
Show: