Uses of Interface
tigase.pubsub.utils.Cache.CacheSupplier
Packages that use Cache.CacheSupplier
-
Uses of Cache.CacheSupplier in tigase.pubsub.utils
Methods in tigase.pubsub.utils with parameters of type Cache.CacheSupplierModifier and TypeMethodDescriptionCache.computeIfAbsent(K key, Cache.CacheSupplier<V> supplier) LRUCache.computeIfAbsent(K key, Cache.CacheSupplier<V> supplier) LRUCacheWithFuture.computeIfAbsent(K key, Cache.CacheSupplier<V> supplier)