evictions property

int evictions

The total number of evictions from the cache. An eviction is a removal initiated by the cache itself to free up space. An eviction is not treated as a removal and does not appear in the removal counts.

Returns the number of evictions

Implementation

int get evictions;