JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.ehcache.config
Interface Builder<T>
Type Parameters:
T
- the type this builder builds
All Known Subinterfaces:
FluentCacheConfigurationBuilder
<K,V,B>,
FluentConfigurationBuilder
<B>
All Known Implementing Classes:
CacheConfigurationBuilder
,
CacheEventListenerConfigurationBuilder
,
CacheManagerBuilder
,
ConfigurationBuilder
,
CoreConfigurationBuilder
,
ExpiryPolicyBuilder
,
PooledExecutionServiceConfigurationBuilder
,
ResourcePoolsBuilder
,
UserManagedCacheBuilder
,
WriteBehindConfigurationBuilder
,
WriteBehindConfigurationBuilder.BatchedWriteBehindConfigurationBuilder
,
WriteBehindConfigurationBuilder.UnBatchedWriteBehindConfigurationBuilder
public interface
Builder<T>
A builder of
T
s.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
T
build
()
Builds an instance.
Method Detail
build
T
build()
Builds an instance.
Returns:
the newly built instance
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method