Uses of Package
org.aksw.commons.cache.async
Packages that use org.aksw.commons.cache.async
-
Classes in org.aksw.commons.cache.async used by org.aksw.commons.cache.asyncClassDescriptionInterface 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.A wrapper around a cache that on each lookup returns a fresh CompletableFuture that can be cancelled independently.
-
Classes in org.aksw.commons.cache.async used by org.aksw.commons.cache.plainClassDescriptionInterface for an async cache that allows "claiming" (= making explicit references) to entries.