https://github.com/conorheffron/in-mem-cache-sys
Sample in Memory Cache of Data (Focus on basic functionality and tests)
https://github.com/conorheffron/in-mem-cache-sys
cache jdk22 mockito-junit-test unit-testing
Last synced: 4 months ago
JSON representation
Sample in Memory Cache of Data (Focus on basic functionality and tests)
- Host: GitHub
- URL: https://github.com/conorheffron/in-mem-cache-sys
- Owner: conorheffron
- License: gpl-3.0
- Created: 2025-02-20T14:05:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-17T15:21:44.000Z (5 months ago)
- Last Synced: 2026-01-18T01:07:03.148Z (5 months ago)
- Topics: cache, jdk22, mockito-junit-test, unit-testing
- Language: Dockerfile
- Homepage: https://conorheffron.github.io/in-mem-cache-sys/
- Size: 111 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# in-mem-cache-sys
## Run Build & Unit Tests
```
mvn clean package -U
```