org.ehcache.config.builders
Interface CacheManagerConfiguration<T extends CacheManager>

All Known Implementing Classes:
CacheManagerPersistenceConfiguration

public interface CacheManagerConfiguration<T extends CacheManager>

A configuration type that enables to further specify the type of CacheManager in a CacheManagerBuilder.

See Also:
PersistentCacheManager

Method Summary
 CacheManagerBuilder<T> builder(CacheManagerBuilder<? extends CacheManager> other)
          Enables to refine the type that the CacheManagerBuilder will build.
 

Method Detail

builder

CacheManagerBuilder<T> builder(CacheManagerBuilder<? extends CacheManager> other)
Enables to refine the type that the CacheManagerBuilder will build.

Parameters:
other - the original builder to start from
Returns:
a new builder with adapted configuration and specific CacheManager subtype