|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractBaseCache | |
|---|---|
| org.castor.cache.distributed | |
| org.castor.cache.hashbelt | The Hashbelt API Author: Gregory Block Author: Ralf Joachim This package represents an API, based on a set of articles in the O'Reilly Network by William Grosso, to implement a simplified and 1.3-compatible implementation of a Hashbelt algorithm. |
| org.castor.cache.simple | |
| Uses of AbstractBaseCache in org.castor.cache.distributed |
|---|
| Subclasses of AbstractBaseCache in org.castor.cache.distributed | |
|---|---|
class |
AbstractDistributedCache
Base implementation of all distributed cache types. |
class |
CoherenceCache
Tangosol Coherence implementation of Castor JDO Cache. |
class |
EHCache
EHCache implementation of Castor JDO Cache. |
class |
FKCache
FKCache implementation of Castor JDO Cache. |
class |
GigaspacesCache
Gigaspaces implementation of Castor JDO Cache. |
class |
JCache
JCACHE implementation of Castor JDO Cache. |
class |
JcsCache
JCS (Java Caching System) implementation of Castor JDO Cache. |
class |
OsCache
OSCache (opensymphony) implementation of Castor JDO Cache. |
| Uses of AbstractBaseCache in org.castor.cache.hashbelt |
|---|
| Subclasses of AbstractBaseCache in org.castor.cache.hashbelt | |
|---|---|
class |
AbstractHashbelt
An abstract, core implementation of the hashbelt functionality; individual implementations will differ on the underlying behavior. |
class |
FIFOHashbelt
A perfectly ordinary hashbelt. |
class |
LRUHashbelt
A type of hashbelt that moves requested elements back into the first container when a get or add occurs. |
| Uses of AbstractBaseCache in org.castor.cache.simple |
|---|
| Subclasses of AbstractBaseCache in org.castor.cache.simple | |
|---|---|
class |
CountLimited
CountLimited is a count limted least-recently-used Map. |
class |
NoCache
NoCache is a Map which dispose all object right the way. |
class |
TimeLimited
TimeLimited is a time limted first-in-first-out Map. |
class |
Unlimited
UnLimited is a Map that holds any object being put into the map until it is removed manually. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||