See Also
IndexCache Class
You are here:
Symbol Reference
dtSearch .NET Standard API
Symbol Reference
>
dtSearch.Engine Namespace
dtSearch.Engine Namespace
>
IndexCache Class
DisposableObject Class
ExtractionOptions Class
FileConverter Class
IndexCache Class
IndexFileInfo Class
IndexInfo Class
IndexJob Class
IndexProgressInfo Class
JobBase Class
JobErrorInfo Class
ListIndexJob Class
Options Class
OutputBase Class
SearchFileInfo Class
SearchFilter Class
SearchJob Class
SearchProgressInfo Class
SearchReportJob Class
SearchResults Class
SearchResultsItem Class
CheckConfigurationFlags Enumeration
Server Class
WordListBuilder Class
IcuStatusCode Enumeration
OtherFlags Enumeration
dts_pi_DataSourceArray Structure
DataSource Interface
IIndexStatusHandler Interface
ISearchStatusHandler Interface
AbortValue Enumeration
BinaryFilesSettings Enumeration
ConvertFlags Enumeration
ConvertPathFlags Enumeration
DebugLogFlags Enumeration
ErrorCodes Enumeration
ExtractionOptionsFlags Enumeration
FieldFlags Enumeration
FileInfoFlags Enumeration
HyphenSettings Enumeration
IndexingFlags Enumeration
IndexingStep Enumeration
ListIndexFlags Enumeration
MessageCode Enumeration
OutputFormat Enumeration
ReportFlags Enumeration
SearchFlags Enumeration
SortFlags Enumeration
TextFlags Enumeration
TypeId Enumeration
UnicodeFilterFlags Enumeration
UnindexedSearchFlags Enumeration
WordListBuilderFlags Enumeration
>
IndexCache Properties
IndexCache Members
IndexCache Constructor
IndexCache Methods
IndexCache Properties
Close
dtSearch .NET Standard API 2021.02
Contents
|
Index
|
Reference
|
Home
Previous
|
Up
|
Next
IndexCache Properties
The properties of the IndexCache class are listed here.
Public Properties
AutoCloseTime
Number of seconds before an unused index can be closed automatically.
AutoReopenTime
Number of seconds an index can be left open before it is automatically closed and reopened.
HitCount
Number of times an open index was successfully returned from the cache
InUseCount
Number of open indexes that are currently in use
MaxCount
Maximum number of indexes to keep in the cache
OpenIndexCount
Number of open indexes in the cache
See Also
IndexCache Class