Package org.aksw.commons.cache.async
package org.aksw.commons.cache.async
-
ClassDescriptionAsyncClaimingCache<K,
V> Interface for an async cache that allows "claiming" (= making explicit references) to entries.An extension of loading cache that allows for making explicit references to cached entries such that they won't be evicted.Implementation of async claiming cache.AsyncClaimingCacheWithTransformValue<K,V1, V2> AsyncClaimingMapImpl<K,V> AsyncRefCache<K,V> A wrapper around a cache that on each lookup returns a fresh CompletableFuture that can be cancelled independently.ClaimingMap<K,V>