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 ofTs.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tbuild()Builds an instance.
-
-
-
Method Detail
-
build
T build()
Builds an instance.- Returns:
- the newly built instance
-
-