Uses of Interface
org.ehcache.config.ResourcePools
Packages that use ResourcePools
Package
Description
CacheManager configuration,
Cache configuration and other configuration classes.-
Uses of ResourcePools in org.ehcache.config
Methods in org.ehcache.config that return ResourcePoolsModifier and TypeMethodDescriptionCacheConfiguration.getResourcePools()TheResourcePoolsfor theCache.ResourcePools.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 ResourcePoolsModifier and TypeMethodDescriptionvoidCacheRuntimeConfiguration.updateResourcePools(ResourcePools pools) Updates theResourcePoolsused by theCache.ResourcePools.validateAndMerge(ResourcePools toBeUpdated) Get a copy of thisResourcePoolsmerged with the givenResourcePools, validating that the updates to the containedResourcePools are legal.FluentCacheConfigurationBuilder.withResourcePools(ResourcePools resourcePools) Sets theResourcePoolsin the returned builder.Method parameters in org.ehcache.config with type arguments of type ResourcePoolsModifier and TypeMethodDescriptionFluentCacheConfigurationBuilder.updateResourcePools(UnaryOperator<ResourcePools> update) Updates the configured resource pools.default BFluentCacheConfigurationBuilder.withResourcePools(Builder<? extends ResourcePools> builder) Convenience method to set theResourcePoolsthrough aBuilder.