An open API service indexing awesome lists of open source software.

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.

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.