- Fix: The aspects used to evict should be run before the method, because maybe the method needs to access a known cached value
- Security: Update Spring Boot to 2.7.6
- Feature: Add computeIfAbsent method which reduces overhead when programatically creating or dropping caches, click here for an example
- Feature: Allow to use keySuffix to specify the key method arguments, this is useful when the methods have toString from lombok, and may be big
- Fix: Don't throw when multiple threads attemp to write the same key... this may happen in overloaded environments, or strongly async projects
- Feature: Allow to clear all the cache