Uses of Enum
org.apache.camel.resume.Cacheable.FillPolicy
Packages that use Cacheable.FillPolicy
-
Uses of Cacheable.FillPolicy in org.apache.camel.resume
Methods in org.apache.camel.resume that return Cacheable.FillPolicyModifier and TypeMethodDescriptionResumeStrategyConfiguration.getCacheFillPolicy()Gets theCacheable.FillPolicyfor the cache used in the strategydefault Cacheable.FillPolicyCacheable.getFillPolicy()Gets the for this cache instancestatic Cacheable.FillPolicyReturns 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.FillPolicyModifier and TypeMethodDescriptionvoidResumeStrategyConfiguration.setCacheFillPolicy(Cacheable.FillPolicy cacheFillPolicy) Sets theCacheable.FillPolicyfor the cache used in the strategyResumeStrategyConfigurationBuilder.withCacheFillPolicy(Cacheable.FillPolicy cacheFillPolicy) Sets theCacheable.FillPolicyfor the cache used in the strategy