diff --git a/redisson/src/main/java/org/redisson/api/RMapCache.java b/redisson/src/main/java/org/redisson/api/RMapCache.java index 4b253ff41..b48697570 100644 --- a/redisson/src/main/java/org/redisson/api/RMapCache.java +++ b/redisson/src/main/java/org/redisson/api/RMapCache.java @@ -15,12 +15,11 @@ */ package org.redisson.api; -import java.util.Map; -import java.util.concurrent.TimeUnit; - import org.redisson.api.map.MapWriter; import org.redisson.api.map.event.MapEntryListener; +import java.util.concurrent.TimeUnit; + /** *
Map-based cache with ability to set TTL for each entry via
* {@link #put(Object, Object, long, TimeUnit)} or {@link #putIfAbsent(Object, Object, long, TimeUnit)}
@@ -267,20 +266,6 @@ public interface RMapCache
- * If {@link MapWriter} is defined then new map entries are stored in write-through mode.
- *
- * @param map - mappings to be stored in this map
- * @param ttl - time to live for all key\value entries.
- * If
+ * If {@link MapWriter} is defined then new map entries are stored in write-through mode.
+ *
+ * @param map - mappings to be stored in this map
+ * @param ttl - time to live for all key\value entries.
+ * If value
with the specified key
- * in batch.
- * 0
then stores infinitely.
- * @param ttlUnit - time unit
- * @return void
- */
- RFuturevalue
with the specified key
+ * in batch.
+ * 0
then stores infinitely.
+ * @param ttlUnit - time unit
+ * @return void
+ */
+ RFuture