public interface CentraSiteObjectCache
Modifier and Type | Method and Description |
---|---|
void |
addObjectCacheListener(CentraSiteObjectCacheListener ocl)
Registers an object cache listener for being notified from this object
cache.
|
void |
clear()
Removes all entries from the object cache.
|
java.util.Collection |
getAllCachedObjects()
Return the collection of all objects that are currently cached.
|
void |
remove(RegistryObject obj)
Remove keys of given registry object and all dependent objects from
object cache.
|
void |
removeObjectCacheListener(CentraSiteObjectCacheListener ocl)
Removes a listener from this object cache.
|
java.util.Collection getAllCachedObjects()
void clear()
void remove(RegistryObject obj) throws JAXRException
obj
- object to be removed from cache (with all its dependent
objects)JAXRException
- if an internal error occurs on removing the keys of the registry objectvoid addObjectCacheListener(CentraSiteObjectCacheListener ocl)
ocl
- object implementing the listener interfacevoid removeObjectCacheListener(CentraSiteObjectCacheListener ocl)
ocl
- object implementing the listener interface