Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.04 KB

CHANGELOG.md

File metadata and controls

25 lines (18 loc) · 1.04 KB

v0.2.2 (2023-01-04 18:20)

  • Fix: The aspects used to evict should be run before the method, because maybe the method needs to access a known cached value

v0.2.1 (2022-12-08 09:30)

  • Security: Update Spring Boot to 2.7.6

v0.2.0 (2022-12-07 17:36)

  • Feature: Add computeIfAbsent method which reduces overhead when programatically creating or dropping caches, click here for an example

v0.1.4 (2022-06-19 22:23)

  • 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