PerfCache Wiki
A high-performance C++ cache library implementing O(1) LRU and LFU.
Status: Alpha
Brought to you by:
ghofford
These definitions are contained in \<root>/include/basetypes.h.
Typedefs:
typedef unsigned char QBYTE; typedef unsigned short QWORD;
Enumerations:
enum KeyType { KeyTypeInteger32 = 0, KeyTypeInteger64, KeyTypeByteRange, KeyTypeByteString, KeyTypeWordRange, KeyTypeWordString, KeyTypeNONE // max value for this enum };