No improvement in speed when using Ehcache with Hibernate
- by paddydub
I'm getting no improvement in speed when using Ehcache with Hibernate
Here are the results I get when i run the test below. The test is reading 80 Stop objects and then the same 80 Stop objects again using the cache.
On the second read it is hitting the cache, but there is no improvement in speed. Any idea's on what I'm doing wrong?
Speed Test:…