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 | Method and Description |
---|---|
Cache |
AbstractCacheFactory.getCache(ClassLoader classLoader)
Instantiates an instance of the cache implementation this factory is responsible
for using the given classloader.
|
Cache |
CacheFactory.getCache(ClassLoader classLoader)
Instantiates an instance of the cache implementation this factory is responsible
for using the given classloader.
|
Cache |
CacheFactoryRegistry.getCache(Properties props,
ClassLoader classLoader)
Returns a
Cache instance with the specified properties. |
void |
Cache.initialize(Properties params)
Lyfe-cycle method to allow custom initialization of cache implementations.
|
void |
DebuggingCacheProxy.initialize(Properties params)
Lyfe-cycle method to allow custom initialization of cache implementations.
|
void |
AbstractBaseCache.initialize(Properties params)
Lyfe-cycle method to allow custom initialization of cache implementations.
|
Modifier and Type | Method and Description |
---|---|
Cache |
OsCacheFactory.getCache(ClassLoader classLoader)
Instantiates an instance of the cache implementation this factory is responsible
for using the given classloader.
|
Cache |
OsCacheFactory.getCache(String implementation,
ClassLoader classLoader)
Normally called to initialize OsCache.
|
void |
OsCache.initialize(Properties params)
Lyfe-cycle method to allow custom initialization of cache implementations.
|
void |
CoherenceCache.initialize(Properties params)
Lyfe-cycle method to allow custom initialization of cache implementations.
|
void |
FKCache.initialize(Properties params)
Lyfe-cycle method to allow custom initialization of cache implementations.
|
void |
EHCache.initialize(Properties params)
Lyfe-cycle method to allow custom initialization of cache implementations.
|
void |
GigaspacesCache.initialize(Properties params)
Lyfe-cycle method to allow custom initialization of cache implementations.
|
void |
JCache.initialize(Properties params)
Lyfe-cycle method to allow custom initialization of cache implementations.
|
void |
JcsCache.initialize(Properties params)
Lyfe-cycle method to allow custom initialization of cache implementations.
|
void |
CoherenceCache.initialize(String implementation,
Properties params)
Normally called to initialize CoherenceCache.
|
void |
FKCache.initialize(String implementation,
Properties params)
Normally called to initialize FKCache.
|
void |
EHCache.initialize(String implementation,
Properties params)
Normally called to initialize FKCache.
|
void |
GigaspacesCache.initialize(String implementation,
Properties params)
Normally called to initialize CoherenceCache.
|
void |
JCache.initialize(String implementation,
Properties params)
Normally called to initialize JCache.
|
void |
JcsCache.initialize(String implementation,
Properties params)
Normally called to initialize JcsCache.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractHashbelt.initialize(Properties params)
Lyfe-cycle method to allow custom initialization of cache implementations.
|
Modifier and Type | Method and Description |
---|---|
void |
TimeLimited.initialize(Properties params)
Lyfe-cycle method to allow custom initialization of cache implementations.
|
void |
CountLimited.initialize(Properties params)
Lyfe-cycle method to allow custom initialization of cache implementations.
|
Copyright © 2014. All rights reserved.