Monday, January 4, 2010

Simple MRU Cache for Java

A generic, and synchronized implementation of "Most Recently Used" cache can be found here. This implementation is based on simple HashMap and LinkedList, and used by extending the abstract class. Very useful :)

0 comments:

Post a Comment