org.ehcache.config
Interface Builder<T>

Type Parameters:
T - the type this builder builds
All Known Implementing Classes:
CacheConfigurationBuilder, CacheEventListenerConfigurationBuilder, CacheManagerBuilder, PooledExecutionServiceConfigurationBuilder, ResourcePoolsBuilder, UserManagedCacheBuilder, WriteBehindConfigurationBuilder, WriteBehindConfigurationBuilder.BatchedWriteBehindConfigurationBuilder, WriteBehindConfigurationBuilder.UnBatchedWriteBehindConfigurationBuilder

public interface Builder<T>

A builder of Ts.


Method Summary
 T build()
          Builds an instance.
 

Method Detail

build

T build()
Builds an instance.

Returns:
the newly built instance