WAS: Cache Monitor: Difference between revisions
(Criou nova página com '{| border="1" | '''Cache Statistics''' | '''Description''' |- | '''Cache Size''' | The maximum number of entries that the cache can hold. |- | '''Used Entries''' | The nu...') |
(No difference)
|
Revision as of 17:52, 5 November 2013
Cache Statistics |
Description |
Cache Size |
The maximum number of entries that the cache can hold. |
Used Entries |
The number of cache entries used. |
Cache Hits |
The number of request responses that are served from the cache. |
Cache Misses |
The number of request responses that are cacheable but cannot be served from the cache. |
LRU Evictions |
The number of cache entries removed to make room for new cache entries. |
Explicit Removals |
The number of cache entries removed or invalidated from the cache based on cache policies or were deleted from the cache through the cache monitor. |
HTTP: Cache Design Elements
To optimize the response time keeps Domino design elements in memory.
Tune |
|
Interpretation |
|
Reference |
|