Dynamic cache data counters

Data counter definitions

Name Description Version Granularity Type Level
maxInMemoryCacheSize Maximum number of in-memory cache entries 5.0 per server CountStatistic Low
inMemoryCacheSize Current number of in-memory cache entries 5.0 per server CountStatistic Low
totalTimeoutInvalidation Aggregate of template timeouts and disk timeouts 5.0 per server CountStatistic Low
hitsInMemory Requests for this cacheable object served from memory 5.0 per template CountStatistic Low
hitsOnDisk Requests for this cacheable object served from disk 5.0 per template CountStatistic Low
explicitInvalidations Total explicit invalidation issued for this template 5.0 per template CountStatistic Low
lruInvalidations Cache entries evicted from memory by a Least Recently Used algorithm. These entries are passivated to disk if disk overflow is enabled. 5.0 per template CountStatistic Low
timeoutInvalidations Cache entries evicted from memory and/or disk because their timeout has expired 5.0 per template CountStatistic Low
Entries Current number of cache entries created from this template. Refers to the per-template equivalent of totalCacheSize. 5.0 per template CountStatistic Low
hitsRemove Requests for this cacheable object served from other Java Virtual Machines (JVM) in the cluster 5.0 per template CountStatistic Low
Misses Requests for this cacheable object that were not found in the cache 5.0 per template CountStatistic Low
RequestFromClient Requests for this cacheable object generated by applications running on the application server 5.0 per template CountStatistic Low
requestsFromJVM Requests for this cacheable object generated by cooperating caches in this cluster 5.0 per template CountStatistic Low
explicitInvalidationsFromMemory Explicit invalidations resulting in an entry being removed from memory 5.0 per template CountStatistic Low
explicitInvalidationsFromDisk Explicit invalidations resulting in an entry being removed from disk 5.0 per template CountStatistic Low
explicitInvalidationsNoOp Explicit invalidations received for this template where no corresponding entry exists 5.0 per template CountStatistic Low
explicitInvalidationsLocal Explicit invalidations generated locally, either programmatically or by a cache policy 5.0 per template CountStatistic Low
explicitInvalidationsRemote Explicit invalidations received from a cooperating JVM in this cluster 5.0 per template CountStatistic Low
remoteCreations Entries received from cooperating dynamic caches 5.0 per template CountStatistic Low