Table of Contents

Class CacheAccessedEventArgs

Namespace
LMKit.Retrieval.Events
Assembly
LM-Kit.NET.dll

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).