Package com.codingapi.flow.cache
Class FlowOperatorLocalThreadCache
java.lang.Object
com.codingapi.flow.cache.FlowOperatorLocalThreadCache
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()find(List<Long> ids, FlowOperatorLocalThreadCache.IFlowOperatorFinder flowOperatorFinder) get(long id, Supplier<IFlowOperator> operatorLoader) voidsync(IFlowOperator flowOperator)
-
Method Details
-
clear
public void clear() -
sync
-
get
-
find
public List<IFlowOperator> find(List<Long> ids, FlowOperatorLocalThreadCache.IFlowOperatorFinder flowOperatorFinder)
-