See Also
IndexCache Class
You are here:
Symbol Reference
>
dtSearch.Engine Namespace
>
Classes
>
IndexCache Class
>
IndexCache Properties
Close
dtSearch .NET Standard API 2024.02
Contents
|
Index
|
Reference
|
Home
Previous
|
Up
|
Next
IndexCache Properties
The properties of the IndexCache class are listed here.
Public Properties
Public Property
Description
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