Package org.redisson.api.map
-
Interface Summary Interface Description MapLoader<K,V> Map loader used for read-through operations or duringRMap.loadAll(boolean, int)
execution.MapWriter<K,V> Map writer used for write-through operations.
Interface | Description |
---|---|
MapLoader<K,V> |
Map loader used for read-through operations or during
RMap.loadAll(boolean, int) execution. |
MapWriter<K,V> |
Map writer used for write-through operations.
|