Uses of Class
org.apache.camel.resume.Cacheable.FillPolicy
-
Packages that use Cacheable.FillPolicy Package Description org.apache.camel.resume -
-
Uses of Cacheable.FillPolicy in org.apache.camel.resume
Methods in org.apache.camel.resume that return Cacheable.FillPolicy Modifier and Type Method Description Cacheable.FillPolicyResumeStrategyConfiguration. getCacheFillPolicy()Gets theCacheable.FillPolicyfor the cache used in the strategydefault Cacheable.FillPolicyCacheable. getFillPolicy()Gets the for this cache instancestatic Cacheable.FillPolicyCacheable.FillPolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static Cacheable.FillPolicy[]Cacheable.FillPolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.resume with parameters of type Cacheable.FillPolicy Modifier and Type Method Description voidResumeStrategyConfiguration. setCacheFillPolicy(Cacheable.FillPolicy cacheFillPolicy)Sets theCacheable.FillPolicyfor the cache used in the strategyTResumeStrategyConfigurationBuilder. withCacheFillPolicy(Cacheable.FillPolicy cacheFillPolicy)Sets theCacheable.FillPolicyfor the cache used in the strategy
-