public interface ICacheExecutor
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_rcsid |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object[] |
create(ICacheDescription[] objectDescriptions)
Create a set of new objects to operate on and cache.
|
void |
execute()
Perform the desired operation.
|
void |
exists(ICacheDescription objectDescription,
java.lang.Object cachedObject)
Notify the implementing class of the existence of a cached version of the
object.
|
static final java.lang.String _rcsid
java.lang.Object[] create(ICacheDescription[] objectDescriptions) throws ManifoldCFException
objectDescriptions - is the set of unique identifier of the object.ManifoldCFExceptionvoid exists(ICacheDescription objectDescription, java.lang.Object cachedObject) throws ManifoldCFException
objectDescription - is the unique identifier of the object.cachedObject - is the cached object.ManifoldCFExceptionvoid execute()
throws ManifoldCFException
ManifoldCFException