Hi,
Thanks for answering. I will use ehcache-users next time. I simply thought this is a question for the developers.
My usage of the cache is usually in peaks - once an entry has entered the cache it is most likely to be used many times in the next few minutes.
My cache is limited to 10MB.
So if I have 10 requests at about the same time (each one takes 1MB) - I would like them to fill the cache replacing any other older entries (LRU).
I wouldn't like that my 2nd, 3rd, Nth request will remove an entry that was recently added.