Package org.cache2k.jcache
Interface ExtendedConfiguration<K,V>
-
- All Superinterfaces:
javax.cache.configuration.CompleteConfiguration<K,V>,javax.cache.configuration.Configuration<K,V>,Serializable
- All Known Implementing Classes:
ExtendedMutableConfiguration
public interface ExtendedConfiguration<K,V> extends javax.cache.configuration.CompleteConfiguration<K,V>Extends the JCache complete configuration with an additional cache2k configuration.- Author:
- Jens Wilke
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.cache2k.config.Cache2kConfig<K,V>getCache2kConfiguration()Retrieve the extended cache2k configuration.
-