Uses of Interface
tigase.pubsub.utils.Cache.CacheSupplier
-
Packages that use Cache.CacheSupplier Package Description tigase.pubsub.utils -
-
Uses of Cache.CacheSupplier in tigase.pubsub.utils
Methods in tigase.pubsub.utils with parameters of type Cache.CacheSupplier 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)
-