Interface RLocalCachedMapCacheReactive<K,V>

Type Parameters:
K - map key
V - map value
All Superinterfaces:
RDestroyable, RExpirableReactive, RLocalCachedMapReactive<K,V>, RMapCacheReactive<K,V>, RMapReactive<K,V>, RObjectReactive

public interface RLocalCachedMapCacheReactive<K,V> extends RMapCacheReactive<K,V>, RLocalCachedMapReactive<K,V>
Map object with local entry cache support.

Each instance maintains local cache to achieve fast read operations. Suitable for maps which used mostly for read operations and network roundtrip delays are undesirable.

Author:
Nikita Koksharov