struct dtsIndexCacheOptions { int structSize; int maxCount; int autoReopenTime; int autoCloseTime; };
dtsIndexCache.h
Options to control the behavior of an index cache (dtsIndexCache)
|
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) |
|
Method |
Description |
|
dtsIndexCacheOptions constructor |
|
Data Member |
|
Constructor |
|
Copyright (c) 1995-2008 dtSearch Corp. All rights reserved.
|