Uses of Interface
org.ehcache.config.ResourcePools
-
Packages that use ResourcePools Package Description org.ehcache.config CacheManager configuration,Cache configurationand other configuration classes. -
-
Uses of ResourcePools in org.ehcache.config
Methods in org.ehcache.config that return ResourcePools Modifier and Type Method Description ResourcePoolsCacheConfiguration. getResourcePools()TheResourcePoolsfor theCache.ResourcePoolsResourcePools. validateAndMerge(ResourcePools toBeUpdated)Get a copy of thisResourcePoolsmerged with the givenResourcePools, validating that the updates to the containedResourcePools are legal.Methods in org.ehcache.config with parameters of type ResourcePools Modifier and Type Method Description voidCacheRuntimeConfiguration. updateResourcePools(ResourcePools pools)Updates theResourcePoolsused by theCache.ResourcePoolsResourcePools. validateAndMerge(ResourcePools toBeUpdated)Get a copy of thisResourcePoolsmerged with the givenResourcePools, validating that the updates to the containedResourcePools are legal.BFluentCacheConfigurationBuilder. withResourcePools(ResourcePools resourcePools)Sets theResourcePoolsin the returned builder.Method parameters in org.ehcache.config with type arguments of type ResourcePools Modifier and Type Method Description BFluentCacheConfigurationBuilder. updateResourcePools(java.util.function.UnaryOperator<ResourcePools> update)Updates the configured resource pools.default BFluentCacheConfigurationBuilder. withResourcePools(Builder<? extends ResourcePools> builder)Convenience method to set theResourcePoolsthrough aBuilder.
-