Option: statistics
The option statistics defines whether the cache should capture statistical information and if yes at which accuracy level. The statistics comprise information like cache hits, cache misses and average time to get an element.
Possible values are:

OFF - no statistics

ACCURACY_NONE - fast but not accurate

ACCURACY_BEST_EFFORT - best effort accuracy

ACCURACY_GUARANTEED - guaranteed accuracy