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

com.github.lontime.extredisson.cache.ExtRLocalCachedMapCache Maven / Gradle / Ivy

There is a newer version: 1.4.0
Show newest version
package com.github.lontime.extredisson.cache;

import org.redisson.api.RLocalCachedMap;
import org.redisson.api.RMapCache;

/**
 * ExtRLocalCachedMapCache.
 * @author lontime
 * @since 1.0
 */
public interface ExtRLocalCachedMapCache extends RLocalCachedMap, RMapCache {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy