com.github.lontime.extredisson.cache.R2LevelMapCache Maven / Gradle / Ivy
The newest version!
package com.github.lontime.extredisson.cache;
import com.github.lontime.shaded.org.redisson.api.RLocalCachedMap;
import com.github.lontime.shaded.org.redisson.api.RMapCache;
/**
* R2LevelMapCache.
* @author lontime
* @since 1.0
*/
public interface R2LevelMapCache extends RLocalCachedMap, RMapCache {
}