#include <cl_object.h>
Data Fields | |
| const char * | cs_name |
| cfs_atomic_t | cs_created |
| how many entities were created at all | |
| cfs_atomic_t | cs_lookup |
| how many cache lookups were performed | |
| cfs_atomic_t | cs_hit |
| how many times cache lookup resulted in a hit | |
| cfs_atomic_t | cs_total |
| how many entities are in the cache right now | |
| cfs_atomic_t | cs_busy |
| how many entities in the cache are actively used (and cannot be evicted) right now | |
caches).