Anybody here 🏝️? Now trying to figure out caching with a data class as a key but where I need to invalidate all entries with a particular property's value being equal to something... I suppose
@CacheInvalidate
won't do that and I'd need to inject the cache itself somehow (?) and go through the entries to invalidate what's necessary?