https://github.com/cloudkj/priority-expiry-cache
An implementation of a bounded in-memory cache with support for expiration times and priorities.
https://github.com/cloudkj/priority-expiry-cache
Last synced: 10 months ago
JSON representation
An implementation of a bounded in-memory cache with support for expiration times and priorities.
- Host: GitHub
- URL: https://github.com/cloudkj/priority-expiry-cache
- Owner: cloudkj
- Created: 2019-09-24T21:42:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-24T21:47:25.000Z (over 6 years ago)
- Last Synced: 2025-03-09T14:33:51.281Z (about 1 year ago)
- Language: Java
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Priority Expiry Cache
=====================
An implementation of a bounded in-memory cache with support for expiration times
and priorities.
Usage
-----
Requirements: JDK 7+
A Makefile is included to allow this code to be compiled and run on most
Unix-based systems. Invoke `make build` to compile the code or `make test` to
compile and run the unit tests.