I use Ehcache 3.8 to store elements, they are keyed by their id, but I would also like to be able to search by their name.
For Ehcache 2.8 there is documentation about how to do this - https://www.ehcache.org/documentation/2.8/apis/search.html but I cant find anything for Ehcache 3.8, have they just removed it or simply not documented it ?