Uses of Interface
org.redisson.api.map.MapLoader
-
Packages that use MapLoader Package Description org.redisson.api -
-
Uses of MapLoader in org.redisson.api
Methods in org.redisson.api that return MapLoader Modifier and Type Method Description MapLoader<K,V>MapOptions. getLoader()Methods in org.redisson.api with parameters of type MapLoader Modifier and Type Method Description LocalCachedMapOptions<K,V>LocalCachedMapOptions. loader(MapLoader<K,V> loader)MapOptions<K,V>MapOptions. loader(MapLoader<K,V> loader)SetsMapLoaderobject.
-