These counters monitor the behavior of the code module class loader cache. A dedicated Java™ class loader instance is created for each event action handler that is implemented as a code module. The class loader instances are cached internally by the Content Platform Engine server and are reused when the same code module is used again.
Counter name | Type | Description |
---|---|---|
Cache Attempt Count | Event | Lookups in the cache. |
Cache Entries | Meter | Total entries currently in the cache. |
Cache Expiry Count | Event | The number of cache entries that were refreshed because the TTL (time to live) for the entry expired. A high value indicates that the TTL might be too short, which can result in excessive refreshes. This counter displays only for in-memory caches that support a configurable TTL. |
Cache Flush Count | Event | |
Cache Hit Count | Event | The number of entries that are found in the cache. |
Cache Miss Count | Event |