Links
dtSearch Text Retrieval Engine Programmer's Reference
dtsIndexCacheOptions Structure
Data Members | Classes | Legend | Members | Methods | Send Feedback
struct dtsIndexCacheOptions {
  int structSize;
  int maxCount;
  int autoReopenTime;
  int autoCloseTime;
};
File

dtsIndexCache.h

Description

Options to control the behavior of an index cache (dtsIndexCache)

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
Methods
Method 
Description 
dtsIndexCacheOptions constructor 
Legend
 
Data Member 
 
Constructor 
Links
You are here: C++ API > Classes > dtsIndexCacheOptions Structure
Copyright (c) 1995-2008 dtSearch Corp. All rights reserved.