Uses of Class
tigase.pubsub.utils.Cache.CacheException
-
Packages that use Cache.CacheException Package Description tigase.pubsub.utils -
-
Uses of Cache.CacheException in tigase.pubsub.utils
Methods in tigase.pubsub.utils that throw Cache.CacheException Modifier and Type Method Description VCache. computeIfAbsent(K key, Cache.CacheSupplier<V> supplier)VLRUCache. computeIfAbsent(K key, Cache.CacheSupplier<V> supplier)VLRUCacheWithFuture. computeIfAbsent(K key, Cache.CacheSupplier<V> supplier)VCache.CacheSupplier. get()
-