|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CacheManagerConfiguration<T extends CacheManager>
A configuration type that enables to further specify the type of CacheManager
in a
CacheManagerBuilder
.
PersistentCacheManager
Method Summary | |
---|---|
CacheManagerBuilder<T> |
builder(CacheManagerBuilder<? extends CacheManager> other)
Enables to refine the type that the CacheManagerBuilder will build. |
Method Detail |
---|
CacheManagerBuilder<T> builder(CacheManagerBuilder<? extends CacheManager> other)
CacheManagerBuilder
will build.
other
- the original builder to start from
CacheManager
subtype
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |