Killeroid / JavaCache

Implementation of simple concurrent Java caching system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implementation of a simple concurrent Java caching system

Backed by org.apache.commons.collections4.map.LRUMap

Expired objects are collected by a background thread

About

Implementation of simple concurrent Java caching system


Languages

Language:Java 100.0%