Class RedissonCacheBuilder<K,V>

java.lang.Object
com.axelor.cache.CacheBuilder<K,V>
com.axelor.cache.redisson.AbstractRedissonCacheBuilder<K,V,org.redisson.api.RMapCache<K,V>,org.redisson.api.options.MapCacheOptions<K,V>>
com.axelor.cache.redisson.RedissonCacheBuilder<K,V>
Type Parameters:
K - the type of keys maintained by this cache
V - the type of mapped values

public class RedissonCacheBuilder<K,V> extends AbstractRedissonCacheBuilder<K,V,org.redisson.api.RMapCache<K,V>,org.redisson.api.options.MapCacheOptions<K,V>>
Redisson cache builder

This builds an AxelorCache wrapping a RMapCache.