javadocs fixed

pull/2861/head
Nikita Koksharov 5 years ago
parent 08ff345f07
commit c233865682

@ -42,7 +42,7 @@ import org.redisson.api.map.event.MapEntryListener;
public interface RMapCache<K, V> extends RMap<K, V>, RMapCacheAsync<K, V>, RDestroyable {
/**
* Sets max size of the map.
* Sets max size of the map and overrides current value.
* Superfluous elements are evicted using LRU algorithm.
*
* @param maxSize - max size

@ -38,7 +38,7 @@ import java.util.concurrent.TimeUnit;
public interface RMapCacheAsync<K, V> extends RMapAsync<K, V> {
/**
* Sets max size of the map.
* Sets max size of the map and overrides current value.
* Superfluous elements are evicted using LRU algorithm.
*
* @param maxSize - max size

Loading…
Cancel
Save