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.
      • Methods inherited from interface javax.cache.configuration.CompleteConfiguration

        getCacheEntryListenerConfigurations, getCacheLoaderFactory, getCacheWriterFactory, getExpiryPolicyFactory, isManagementEnabled, isReadThrough, isStatisticsEnabled, isWriteThrough
      • Methods inherited from interface javax.cache.configuration.Configuration

        getKeyType, getValueType, isStoreByValue
    • Method Detail

      • getCache2kConfiguration

        org.cache2k.config.Cache2kConfig<K,​V> getCache2kConfiguration()
        Retrieve the extended cache2k configuration.
        Returns:
        cache2k configuration or null, if not needed