Uses of Class
org.redisson.jcache.JCache
-
Packages that use JCache Package Description org.redisson.jcache org.redisson.jcache.bean -
-
Uses of JCache in org.redisson.jcache
Methods in org.redisson.jcache with parameters of type JCache Modifier and Type Method Description void
JCacheManager. closeCache(JCache<?,?> cache)
JCacheStatisticsMXBean
JCacheManager. getStatBean(JCache<?,?> cache)
Constructors in org.redisson.jcache with parameters of type JCache Constructor Description JMutableEntry(JCache<K,V> jCache, K key, V value, boolean isReadThrough)
-
Uses of JCache in org.redisson.jcache.bean
Constructors in org.redisson.jcache.bean with parameters of type JCache Constructor Description JCacheManagementMXBean(JCache<?,?> cache)
-