Package | Description |
---|---|
org.castor.cache |
As explained in
org.exolab.castor.persist ,
LockEngine implements a persistence engine
that caches objects in memory for performance reasons and thus eliminates the
number of operations against the persistence storage. |
org.castor.cache.distributed | |
org.castor.cache.hashbelt |
The Hashbelt API
|
org.castor.cache.simple |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCacheFactory
Base implementation of
CacheFactory . |
Modifier and Type | Method and Description |
---|---|
Collection<CacheFactory> |
CacheFactoryRegistry.getCacheFactories()
Returns a collection of the current configured cache factories.
|
Modifier and Type | Class and Description |
---|---|
class |
CoherenceCacheFactory
|
class |
EHCacheFactory
|
class |
FKCacheFactory
|
class |
GigaspacesCacheFactory
|
class |
JCacheFactory
|
class |
JcsCacheFactory
|
class |
OsCacheFactory
|
Modifier and Type | Class and Description |
---|---|
class |
FIFOHashbeltFactory
|
class |
LRUHashbeltFactory
|
Modifier and Type | Class and Description |
---|---|
class |
CountLimitedFactory
Implements
CacheFactory for count-limited cache. |
class |
NoCacheFactory
|
class |
TimeLimitedFactory
|
class |
UnlimitedFactory
|
Copyright © 2014. All rights reserved.