Links
dtSearch Text Retrieval Engine Programmer's Reference 7.70
dtsIndexCacheOptions Structure
Data Members | Classes | Legend | Members | Methods | Send Feedback

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

struct dtsIndexCacheOptions {
  int structSize;
  int maxCount;
  int autoReopenTime;
  int autoCloseTime;
};
File

dtsIndexCache.h

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-2012 dtSearch Corp. All rights reserved.