File
File: dtsIndexCache.h
Namespace: dtSearch
Syntax
C++
struct dtsIndexCacheStatus {
int structSize;
int openIndexCount;
int inUseCount;
int cacheHitCount;
};
Data Members
Data Member |
Description |
---|---|
Number of times cache returned an open index when requested | |
Number of open indexes that are currently in use | |
Number of open indexes | |
The constructor will initialize to sizeof(dtsIndexCacheStatus) |
Group
Members
Data Members
Data Member |
Description |
---|---|
Number of times cache returned an open index when requested | |
Number of open indexes that are currently in use | |
Number of open indexes | |
The constructor will initialize to sizeof(dtsIndexCacheStatus) |
Methods
Method |
Description |
---|---|
dtsIndexCacheStatus constructor |
Methods
Method |
Description |
---|---|
dtsIndexCacheStatus constructor |
Description
Status of an index cache (dtsIndexCache), obtained from dtsIndexCache.getStatus().