Package org.ehcache.config.builders
Interface CacheManagerConfiguration<T extends org.ehcache.CacheManager>
public interface CacheManagerConfiguration<T extends org.ehcache.CacheManager>
A configuration type that enables to further specify the type of
CacheManager in a
CacheManagerBuilder.- See Also:
-
PersistentCacheManager
-
Method Summary
Modifier and TypeMethodDescriptionbuilder(CacheManagerBuilder<? extends org.ehcache.CacheManager> other) Enables to refine the type that theCacheManagerBuilderwill build.
-
Method Details
-
builder
Enables to refine the type that theCacheManagerBuilderwill build.- Parameters:
other- the original builder to start from- Returns:
- a new builder with adapted configuration and specific
CacheManagersubtype
-