Class MutableConfiguration<K,V>

java.lang.Object
javax.cache.configuration.MutableConfiguration<K,V>
Type Parameters:
K - the type of keys maintained the cache
V - the type of cached values
All Implemented Interfaces:
Serializable, CompleteConfiguration<K,V>, Configuration<K,V>

public class MutableConfiguration<K,V> extends Object implements CompleteConfiguration<K,V>
A simple mutable implementation of a Configuration.
Since:
1.0
See Also: