File
File: dtsIndexCache.h
Namespace: dtSearch
Syntax
C++
struct dtsIndexCacheOptions {
int structSize;
int maxCount;
int autoReopenTime;
int autoCloseTime;
};
Data Members
Data Member |
Description |
---|---|
Number of seconds before an unused index can be closed automatically. | |
Number of seconds an index can be left open before it is automatically closed and reopened. | |
Maximum number of indexes to keep in the cache | |
The constructor will initialize to sizeof(dtsIndexCacheOptions) |
Group
Members
Data Members
Data Member |
Description |
---|---|
Number of seconds before an unused index can be closed automatically. | |
Number of seconds an index can be left open before it is automatically closed and reopened. | |
Maximum number of indexes to keep in the cache | |
The constructor will initialize to sizeof(dtsIndexCacheOptions) |
Methods
Method |
Description |
---|---|
dtsIndexCacheOptions constructor |
Methods
Method |
Description |
---|---|
dtsIndexCacheOptions constructor |
Description
Options to control the behavior of an index cache (dtsIndexCache)