Using ehcache-debugger ?

View: New views
1 Messages — Rating Filter:   Alert me  

Using ehcache-debugger ?

by nodje () :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

I stumbled upon ehcache-debugger while looking for ehcache latest version.
I'd be potentially interested b ut couldn't find any doc. Could someone point me toward a documentation if there's one?

I hope this could help me spot some problems we have with ehcache in an Hibernate environment.
It basically does the job pretty well but there's a few points I'd like to be able to improve:

- some request/entities don't get a cache hit even though they've juste been added to the cache. This only happens on some request. I've just spotted one that seem to always miss the cahe and try to understand what's going on.

- ehcache is a key part of our system, and ss such, we definitely need to optimize the memory it can use to store object, and so the size of allocated cache for object and requests.
Our basic rule of thumb was:
- give a full space for Entities that have less than 1000 records in db
- limit other entities according to their size (from 1000 to 10000 elements according to their size)

Would ehcache-debugger help for these purposes?

thanks
-nodje