IN - the input data type.OUT - the output data type.public interface LoaderRoutine<IN,OUT> extends Routine<IN,OUT>
| Modifier and Type | Method and Description |
|---|---|
void |
purge(IN... inputs)
Makes the builder destroy the cached invocation instances with the specified inputs.
|
void |
purge(IN input)
Makes the builder destroy the cached invocation instances with the specified input.
|
void |
purge(Iterable<? extends IN> inputs)
Makes the builder destroy the cached invocation instances with the specified inputs.
|
asyncCall, asyncCall, asyncCall, asyncCall, asyncCall, asyncInvoke, parallelCall, parallelCall, parallelCall, parallelCall, parallelCall, parallelInvoke, purge, syncCall, syncCall, syncCall, syncCall, syncCall, syncInvokevoid purge(@Nullable IN input)
input - the input.void purge(@Nullable IN... inputs)
inputs - the inputs.