#include <scache.h>
Collaboration diagram for ScoreCacheStruct:
Definition at line 34 of file scache.h.
Data Fields | |
int | capacity |
int | count |
Number * | data |
int | hits |
int | size |
|
currently available capacity Definition at line 40 of file scache.h. Referenced by cnPrintInfo(), scNew(), and scSetScore(). |
|
holds the total number of LVs registered in the cache Definition at line 37 of file scache.h. Referenced by scNew(), and scSetScore(). |
|
points to the underlying vector of Numbers Definition at line 41 of file scache.h. Referenced by scDelete(), scGetScore(), scNew(), and scSetScore(). |
|
holds the number of successful requests to the cache. Definition at line 35 of file scache.h. Referenced by cnPrintInfo(), scGetScore(), and scNew(). |
|
maximum used capacity Definition at line 39 of file scache.h. Referenced by cnPrintInfo(), scGetScore(), scNew(), and scSetScore(). |