ehcache cache hit performance
Does anyone have any information on the cache hi开发者_StackOverflow社区t performance of Ehcache? I'm looking for a low latency solution to data access.
I think you can benchmark the hit ratio performance of Ehcache, but this kind of benchmark will highly depend on your code and your application, try looking at this benchmark, might help you figure out relative performance of retrieving objects from cache
http://gregluck.com/blog/archives/2010/03/comparing-memcache-and-ehcache-server-performance/
精彩评论