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 | |
---|---|---|
CachingInstrumentationProvider |
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
FireCacheAccessed |
Fires the cacheAccessed event.
|
|
FireCacheCallbackFailed |
Fires the cacheCallbackFailed event.
|
|
FireCacheExpired |
Fires the cacheExpired event.
|
|
FireCacheFailed |
Fires the cacheFailed event.
|
|
FireCacheScavenged |
Fires the cacheScavenged event.
|
|
FireCacheUpdated |
Fires the cacheUpdated event.
|
|
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Events
Name | Description | |
---|---|---|
cacheAccessed |
Occurs when an item from a CacheManager is retrieved.
|
|
cacheCallbackFailed |
Occurs when a configured callback could not be executed.
|
|
cacheExpired |
Occurs when an item from a CacheManager is expired.
|
|
cacheFailed |
Occurs when a failure occurs in a CacheManager.
|
|
cacheScavenged |
Occurs when items from a CacheManager are scavanged.
|
|
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. |