Uses of Enum Class
org.apache.camel.resume.Cacheable.FillPolicy
Packages that use Cacheable.FillPolicy
-
Uses of Cacheable.FillPolicy in org.apache.camel.resume
Subclasses with type arguments of type Cacheable.FillPolicy in org.apache.camel.resumeModifier and TypeClassDescriptionstatic enumThe cache fill policy can be used to determine how this cache should be filled with data.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 class with the specified name.static Cacheable.FillPolicy[]Cacheable.FillPolicy.values()Returns an array containing the constants of this enum class, 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