All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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 {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy