Uses of Interface
org.aksw.commons.cache.async.AsyncClaimingCache
Packages that use AsyncClaimingCache
-
Uses of AsyncClaimingCache in org.aksw.commons.cache.async
Classes in org.aksw.commons.cache.async that implement AsyncClaimingCacheModifier and TypeClassDescriptionclassAn extension of loading cache that allows for making explicit references to cached entries such that they won't be evicted.classImplementation of async claiming cache.classAsyncClaimingCacheWithTransformValue<K,V1, V2> Fields in org.aksw.commons.cache.async declared as AsyncClaimingCacheModifier and TypeFieldDescriptionprotected AsyncClaimingCache<K, V1> AsyncClaimingCacheWithTransformValue.delegateMethods in org.aksw.commons.cache.async that return AsyncClaimingCacheModifier and TypeMethodDescriptionstatic <K,V1, V2> AsyncClaimingCache <K, V2> AsyncClaimingCacheWithTransformValue.create(AsyncClaimingCache<K, V1> delegate, Function<? super V1, ? extends V2> transform) Methods in org.aksw.commons.cache.async with parameters of type AsyncClaimingCacheModifier and TypeMethodDescriptionstatic <K,V1, V2> AsyncClaimingCache <K, V2> AsyncClaimingCacheWithTransformValue.create(AsyncClaimingCache<K, V1> delegate, Function<? super V1, ? extends V2> transform) Constructors in org.aksw.commons.cache.async with parameters of type AsyncClaimingCacheModifierConstructorDescriptionAsyncClaimingCacheWithTransformValue(AsyncClaimingCache<K, V1> delegate, Function<? super V1, ? extends V2> transform) -
Uses of AsyncClaimingCache in org.aksw.commons.cache.plain
Fields in org.aksw.commons.cache.plain declared as AsyncClaimingCacheModifier and TypeFieldDescriptionprotected AsyncClaimingCache<K, V> ClaimingCacheOverAsync.delegateMethods in org.aksw.commons.cache.plain with parameters of type AsyncClaimingCacheModifier and TypeMethodDescriptionstatic <K,V> ClaimingCache <K, V> ClaimingCacheOverAsync.wrap(AsyncClaimingCache<K, V> delegate) Constructors in org.aksw.commons.cache.plain with parameters of type AsyncClaimingCache