I have a schema-based multitenant application that uses Ehcache. Sometimes I need to evict the cache of a specific tenant/schema instead of whole application. Is there a way to achive this? Currently I use Cache#evictAllRegions
and this is not what I want.
Ehcache Version: 3.9.9