org.ehcache.config
Interface Builder<T>

Type Parameters:
T - the type this builder can build
All Known Implementing Classes:
CacheEventListenerConfigurationBuilder, WriteBehindConfigurationBuilder, WriteBehindConfigurationBuilder.BatchedWriteBehindConfigurationBuilder, WriteBehindConfigurationBuilder.UnBatchedWriteBehindConfigurationBuilder

public interface Builder<T>

Abstraction of something that can build a T


Method Summary
 T build()
           
 

Method Detail

build

T build()