|
TUM CCSM Commons | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use edu.tum.cs.commons.cache | |
---|---|
edu.tum.cs.commons.cache | Base classes for dynamic caches. |
edu.tum.cs.commons.factory | Factory interface. |
Classes in edu.tum.cs.commons.cache used by edu.tum.cs.commons.cache | |
---|---|
CacheBase
Common base class for caches. |
|
LRUCacheBase
A cache with a fixed size using a last recently used (LRU) strategy. |
|
SoftRefCacheBase
A base class for dynamic caches based on SoftReference s. |
Classes in edu.tum.cs.commons.cache used by edu.tum.cs.commons.factory | |
---|---|
CacheBase
Common base class for caches. |
|
LRUCacheBase
A cache with a fixed size using a last recently used (LRU) strategy. |
|
LRUStraightCacheBase
This a special base class for last recently used (LRU) caches that work with identifiers that are suitable as hash keys. |
|
SoftRefCacheBase
A base class for dynamic caches based on SoftReference s. |
|
SoftRefStraightCacheBase
This a special base class for caches that work with identifiers that are suitable as hash keys. |
|
TUM CCSM Commons | |||||||||
PREV NEXT | FRAMES NO FRAMES |