Class CacheAccessedEventArgs
Provides data for the CacheAccessed event.
public sealed class CacheAccessedEventArgs : EventArgs
- Inheritance
-
CacheAccessedEventArgs
- Inherited Members
Properties
- DataSourceIdentifier
Gets the cache file path.
- DocumentName
Gets the name of the document.
- IsHit
Gets whether the cache was hit (true) or missed (false).