Links
dtSearch Text Retrieval Engine Programmer's Reference 7.70
dtsIndexCacheOptions::autoCloseTime Data Member
dtsIndexCacheOptions Structure | dtsIndexCacheOptions Structure | dtSearch Namespace | Send Feedback

Number of seconds before an unused index can be closed automatically.

int autoCloseTime;
Remarks

Use autoCloseTime to have the cache automatically shrink when idle. On each access to the cache, the last-used time for each index is compared to autoCloseTime and, if the index has not been used for a sufficient period of time, the index is closed and removed from the cache. 

The cache does not have its own thread to implement autoCloseTime, so it only checks autoCloseTime when the cache is accessed for any reason, including a call to dtsIndexCache.GetStatus().

Structure
Links
You are here: C++ API > Classes > dtsIndexCacheOptions Structure > dtsIndexCacheOptions::autoCloseTime Data Member
Copyright (c) 1995-2012 dtSearch Corp. All rights reserved.