Package org.ehcache.config
Interface Builder<T>
- Type Parameters:
T- the type this builder builds
- All Known Subinterfaces:
FluentCacheConfigurationBuilder<K,,V, B> FluentConfigurationBuilder<B>
public interface Builder<T>
A builder of
Ts.-
Method Summary
-
Method Details
-
build
T build()Builds an instance.- Returns:
- the newly built instance
-