TUM CCSM Commons

Package edu.tum.cs.commons.cache

Base classes for dynamic caches.

See:
          Description

Class Summary
CacheBase<I,H,E,X extends Exception> Common base class for caches.
LRUCacheBase<I,H,E,X extends Exception> A cache with a fixed size using a last recently used (LRU) strategy.
LRUStraightCacheBase<I,E,X extends Exception> This a special base class for last recently used (LRU) caches that work with identifiers that are suitable as hash keys.
SoftRefCacheBase<I,H,E,X extends Exception> A base class for dynamic caches based on SoftReferences.
SoftRefStraightCacheBase<I,E,X extends Exception> This a special base class for caches that work with identifiers that are suitable as hash keys.
 

Package edu.tum.cs.commons.cache Description

Base classes for dynamic caches.


TUM CCSM Commons

TUM CCSM Commons - 2.7