Hello,
I probably noticed incostistency between statistics shown by Hibernate and Ehcache JMX services.
After some operation (opening jsp page which involves entities load):
1. hibernate shows that in cache occurred 2 hits [CacheHits prop],
2. ehcache shows that it counted 434 hits [SecondLevelCacheHitCount prop].
IMHO both properties should show the same values as Hibernate uses EHCache in background.
From my point of view value showed by Hibernate is far too low.
Does anyone encountered simillar problem?? Is there any sensible explanation for such behavior of both hit counters??
Many thanks in advance for your help.
Greetings
GT
I use hibernate3-3.2.1.jar and ehcache-1.3.0.jar.
|