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.
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.
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.
© 2022 - 2024 — McMap. All rights reserved.