Class SimpleReadOnlyMapImpl<K,V>

java.lang.Object
org.infinispan.functional.impl.ReadOnlyMapImpl<K,V>
org.infinispan.functional.impl.SimpleReadOnlyMapImpl<K,V>
All Implemented Interfaces:
AutoCloseable, FunctionalMap<K,V>, FunctionalMap.ReadOnlyMap<K,V>

@Experimental public class SimpleReadOnlyMapImpl<K,V> extends ReadOnlyMapImpl<K,V>
A ReadOnlyMapImpl that works with a simple cache.
Since:
15.0
Author:
José Bolina
See Also: