Uses of Interface
org.spf4j.zel.vm.ResultCache
-
Packages that use ResultCache Package Description org.spf4j.zel.vm -
-
Uses of ResultCache in org.spf4j.zel.vm
Classes in org.spf4j.zel.vm that implement ResultCache Modifier and Type Class Description classSimpleResultCachesimple implementation for resultcache.Methods in org.spf4j.zel.vm that return ResultCache Modifier and Type Method Description ResultCacheExecutionContext. getResultCache()Methods in org.spf4j.zel.vm with parameters of type ResultCache Modifier and Type Method Description org.spf4j.base.Pair<Object,ExecutionContext>Program. execute(VMExecutor execService, ProcessIO io, ResultCache resultCache, Object... args)
-