Interface RLocalCachedMapCacheRx<K,V>

Type Parameters:
K - map key
V - map value
All Superinterfaces:
RDestroyable, RExpirableRx, RLocalCachedMapRx<K,V>, RMapCacheRx<K,V>, RMapRx<K,V>, RObjectRx

public interface RLocalCachedMapCacheRx<K,V> extends RMapCacheRx<K,V>, RLocalCachedMapRx<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