Interface AddToCacheHandler<OP extends Operation>
-
- All Superinterfaces:
OperationHandler<OP>
- All Known Implementing Classes:
AddNamedOperationHandler
,AddNamedViewHandler
,EitherOperationHandler
public interface AddToCacheHandler<OP extends Operation> extends OperationHandler<OP>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getSuffixCacheName()
-
Methods inherited from interface uk.gov.gchq.gaffer.store.operation.handler.OperationHandler
doOperation
-
-
-
-
Method Detail
-
getSuffixCacheName
String getSuffixCacheName()
-
-