Welcome, Guest! Log In | Create Account

Share

ShiftOne Object Cache

by jeffdrost

A Java library that provides basic Object caching. Implemented strategies include First In First Out (fifo), Least Recently Used (lru) and Least Frequently Used (lfu). All strategies enforce max size in elements, and max time to live.


http://jocache.sourceforge.net

Project Feed

ShiftOne Object Cache Actions