

File: dtsIndexCache.h
Namespace: dtSearch
Syntax
C++
struct dtsIndexCacheStatus {
int structSize;
int openIndexCount;
int inUseCount;
int cacheHitCount;
};


|
Name |
Description |
---|---|---|
![]() |
dtsIndexCacheStatus constructor |


|
Name |
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) |




Data Members
|
Name |
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) |
Constructors
|
Name |
Description |
---|---|---|
![]() |
dtsIndexCacheStatus constructor |


![]() |
Data Member |
![]() |
Constructor |


Status of an index cache (dtsIndexCache), obtained from dtsIndexCache.getStatus().