Package org.ehcache.config.builders
Interface UserManagedCacheConfiguration<K,V,T extends org.ehcache.UserManagedCache<K,V>>
public interface UserManagedCacheConfiguration<K,V,T extends org.ehcache.UserManagedCache<K,V>>
A configuration type that enables to further specify the type of
UserManagedCache in a
UserManagedCacheBuilder.- See Also:
-
PersistentUserManagedCache
-
Method Summary
Modifier and TypeMethodDescriptionEnables to refine the type that theUserManagedCacheBuilderwill build.
-
Method Details
-
builder
UserManagedCacheBuilder<K,V, builderT> (UserManagedCacheBuilder<K, V, ? extends org.ehcache.UserManagedCache<K, V>> builder) Enables to refine the type that theUserManagedCacheBuilderwill build.- Parameters:
builder- the original builder to start from- Returns:
- a new builder with adapted configuration and specific
UserManagedCachesubtype
-