Uses of Interface
se.liu.ida.hefquin.base.datastructures.Cache
Packages that use Cache
Package
Description
-
Uses of Cache in se.liu.ida.hefquin.base.datastructures
Subinterfaces of Cache in se.liu.ida.hefquin.base.datastructuresModifier and TypeInterfaceDescriptioninterface
PersistableCache<IdType,
ObjectType> A generic interface for data structures that can be used as a persisted cache for objects of a specific type. -
Uses of Cache in se.liu.ida.hefquin.base.datastructures.impl.cache
Classes in se.liu.ida.hefquin.base.datastructures.impl.cache that implement CacheModifier and TypeClassDescriptionclass
GenericCacheImpl<IdType,
ObjectType, EntryType extends CacheEntry<ObjectType>> A generic, thread-safe implementation ofCache
. -
Uses of Cache in se.liu.ida.hefquin.engine.federation.access.impl
Fields in se.liu.ida.hefquin.engine.federation.access.impl declared as CacheModifier and TypeFieldDescriptionprotected final Cache
<FederationAccessManagerWithCache.Key, CompletableFuture<? extends DataRetrievalResponse<?>>> FederationAccessManagerWithCache.cache
-
Uses of Cache in se.liu.ida.hefquin.engine.federation.access.impl.cache
Classes in se.liu.ida.hefquin.engine.federation.access.impl.cache that implement CacheModifier and TypeClassDescriptionclass
A thread-safe persistent cache implementation for storing cardinality entries.class
A thread-safe cache implementation for storing cardinality responses.