Uses of Interface
org.ehcache.config.Builder
Packages that use Builder
Package
Description
Main Ehcache API, including
cache managers and
caches.CacheManager configuration,
Cache configuration and other configuration classes.-
Uses of Builder in org.ehcache
Methods in org.ehcache with parameters of type BuilderModifier and TypeMethodDescription<K,V> Cache <K, V> CacheManager.createCache(String alias, Builder<? extends CacheConfiguration<K, V>> configBuilder) Creates aCachein thisCacheManageraccording to the specifiedCacheConfigurationprovided through aBuilder. -
Uses of Builder in org.ehcache.config
Subinterfaces of Builder in org.ehcache.configModifier and TypeInterfaceDescriptioninterfaceFluentCacheConfigurationBuilder<K,V, B extends FluentCacheConfigurationBuilder<K, V, ?>> A fluent builder ofCacheConfigurationinstances.interfaceFluentConfigurationBuilder<B extends FluentConfigurationBuilder<?>>A fluent builder ofConfigurationinstances.Methods in org.ehcache.config with parameters of type BuilderModifier and TypeMethodDescriptiondefault BFluentConfigurationBuilder.withCache(String alias, Builder<? extends CacheConfiguration<?, ?>> builder) Adds the cache configuration built by a builder to this configuration.default BFluentCacheConfigurationBuilder.withResourcePools(Builder<? extends ResourcePools> builder) Convenience method to set theResourcePoolsthrough aBuilder.default BFluentCacheConfigurationBuilder.withService(Builder<? extends ServiceConfiguration<?, ?>> builder) Adds a service configuration built by the given builder to this configuration.default BFluentConfigurationBuilder.withService(Builder<? extends ServiceCreationConfiguration<?, ?>> builder) Adds a service creation configuration built by the given builder to this configuration.