Interface CacheConfiguration<K,​V>

Type Parameters:
K - the key type
V - the value type
All Superinterfaces:
javax.cache.configuration.CompleteConfiguration<K,​V>, javax.cache.configuration.Configuration<K,​V>, Serializable
All Known Implementing Classes:
CacheConfiguration.Default

public interface CacheConfiguration<K,​V>
extends javax.cache.configuration.CompleteConfiguration<K,​V>
Extended CompleteConfiguration used by MicroStream's Cache.

Added features:
- getEvictionManagerFactory()
- getSerializerFieldPredicate()

Can be adapted to MicroStream's generic Configuration layer.