Class CacheConfiguration.Default<K,​V>

java.lang.Object
javax.cache.configuration.MutableConfiguration<K,​V>
one.microstream.cache.CacheConfiguration.Default<K,​V>
All Implemented Interfaces:
Serializable, javax.cache.configuration.CompleteConfiguration<K,​V>, javax.cache.configuration.Configuration<K,​V>, CacheConfiguration<K,​V>
Enclosing interface:
CacheConfiguration<K,​V>

public static class CacheConfiguration.Default<K,​V>
extends javax.cache.configuration.MutableConfiguration<K,​V>
implements CacheConfiguration<K,​V>
See Also:
Serialized Form
  • Nested Class Summary

    Nested classes/interfaces inherited from interface one.microstream.cache.CacheConfiguration

    CacheConfiguration.Builder<K,​V>, CacheConfiguration.Default<K,​V>
  • Field Summary

    Fields inherited from class javax.cache.configuration.MutableConfiguration

    cacheLoaderFactory, cacheWriterFactory, expiryPolicyFactory, isManagementEnabled, isReadThrough, isStatisticsEnabled, isStoreByValue, isWriteThrough, keyType, listenerConfigurations, serialVersionUID, valueType
  • Constructor Summary

    Constructors 
    Constructor Description
    Default()  
  • Method Summary

    Modifier and Type Method Description
    boolean equals​(Object obj)  
    Iterable<javax.cache.configuration.CacheEntryListenerConfiguration<K,​V>> getCacheEntryListenerConfigurations()  
    javax.cache.configuration.Factory<EvictionManager<K,​V>> getEvictionManagerFactory()
    Gets the Factory for theEvictionManager, if any.
    Class<K> getKeyType()  
    Predicate<? super Field> getSerializerFieldPredicate()
    Gets the Serializer Field Predicate, if any.
    Class<V> getValueType()  
    int hashCode()  

    Methods inherited from class javax.cache.configuration.MutableConfiguration

    addCacheEntryListenerConfiguration, getCacheLoaderFactory, getCacheWriterFactory, getExpiryPolicyFactory, isManagementEnabled, isReadThrough, isStatisticsEnabled, isStoreByValue, isWriteThrough, removeCacheEntryListenerConfiguration, setCacheLoaderFactory, setCacheWriterFactory, setExpiryPolicyFactory, setManagementEnabled, setReadThrough, setStatisticsEnabled, setStoreByValue, setTypes, setWriteThrough

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface javax.cache.configuration.CompleteConfiguration

    getCacheLoaderFactory, getCacheWriterFactory, getExpiryPolicyFactory, isManagementEnabled, isReadThrough, isStatisticsEnabled, isWriteThrough

    Methods inherited from interface javax.cache.configuration.Configuration

    isStoreByValue