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

https://github.com/bouchraakl/generic-cache-implementation-using-linkedhashmap-in-java

Java class called Cache that implements a fixed-size cache using LinkedHashMap. Includes methods to put, get and clear items.
https://github.com/bouchraakl/generic-cache-implementation-using-linkedhashmap-in-java

classes generic-programming generics java java-8 oops-in-java

Last synced: about 2 months ago
JSON representation

Java class called Cache that implements a fixed-size cache using LinkedHashMap. Includes methods to put, get and clear items.

Awesome Lists containing this project