Share via


CachingInstrumentationProvider Members

Include Protected Members
Include Inherited Members

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

The CachingInstrumentationProvider type exposes the following members.

Constructors

  Name Description
Public method CachingInstrumentationProvider

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method FireCacheAccessed
Fires the cacheAccessed event.
Public method FireCacheCallbackFailed
Fires the cacheCallbackFailed event.
Public method FireCacheExpired
Fires the cacheExpired event.
Public method FireCacheFailed
Fires the cacheFailed event.
Public method FireCacheScavenged
Fires the cacheScavenged event.
Public method FireCacheUpdated
Fires the cacheUpdated event.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Events

  Name Description
Public event cacheAccessed
Occurs when an item from a CacheManager is retrieved.
Public event cacheCallbackFailed
Occurs when a configured callback could not be executed.
Public event cacheExpired
Occurs when an item from a CacheManager is expired.
Public event cacheFailed
Occurs when a failure occurs in a CacheManager.
Public event cacheScavenged
Occurs when items from a CacheManager are scavanged.
Public event cacheUpdated
Occurs when an item from a CacheManager is updated.

See Also

CachingInstrumentationProvider Class

Microsoft.Practices.EnterpriseLibrary.Caching.Instrumentation Namespace

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.