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.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