Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

No search APIs in ehcache 3?

Tags:

ehcache

I am trying the new ehcache version but I noticed that, apparently, there are no search APIs.

Is this normal or am I missing something? Documentation says nothing about that.

like image 268
Phate Avatar asked Jan 11 '17 09:01

Phate


1 Answers

The main reason is that searching in a cache has very strange semantics in the face of expiry and eviction. Since Ehcache 3 is focusing on what it is good at - the caching use case - we decided to shave some features that are more targeted at the storage use case.

like image 115
Louis Jacomet Avatar answered Oct 16 '22 04:10

Louis Jacomet