Skip to content

Tags: kasapdev/java-simple-cache

Tags

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add remove, computeIfAbsent and keys() (#1)

Squash merge of #1.

v1.2.0

Toggle v1.2.0's commit message
Add CHANGELOG entry for v1.2.0 cache statistics feature

v1.1.0

Toggle v1.1.0's commit message
Add edge-case tests for invalid capacity, expired-but-unpurged size c…

…ounting, and key re-put

Adds 3 new regression tests: constructor rejection of capacity < 1,
size() counting an expired-but-not-yet-purged entry per the documented
contract, and re-putting an existing key not evicting other entries.
All existing and new tests pass (including concurrency tests); no bugs
were found.

v1.0.0

Toggle v1.0.0's commit message
Add License + language badge