Uses of Interface
se.liu.ida.hefquin.base.datastructures.impl.cache.CacheEntry
Packages that use CacheEntry
Package
Description
-
Uses of CacheEntry in se.liu.ida.hefquin.base.datastructures.impl.cache
Classes in se.liu.ida.hefquin.base.datastructures.impl.cache with type parameters of type CacheEntryModifier and TypeInterfaceDescriptioninterface
CacheEntryFactory<EntryType extends CacheEntry<ObjectType>,
ObjectType> Creates EntryType objects that wrap ObjectType objects.interface
CacheInvalidationPolicy<EntryType extends CacheEntry<ObjectType>,
ObjectType> Interface for classes that determine whether cache entries are still valid.class
CacheInvalidationPolicyAlwaysValid<EntryType extends CacheEntry<ObjectType>,
ObjectType> A generic implementation ofCacheInvalidationPolicy
that always returnstrue
.interface
CachePolicies<IdType,
ObjectType, EntryType extends CacheEntry<ObjectType>> interface
CacheReplacementPolicy<IdType,
ObjectType, EntryType extends CacheEntry<ObjectType>> Interface for classes that implement a replacement policy for a cache.interface
CacheReplacementPolicyFactory<IdType,
ObjectType, EntryType extends CacheEntry<ObjectType>> class
CacheReplacementPolicyLRU<IdType,
ObjectType, EntryType extends CacheEntry<ObjectType>> class
GenericCacheImpl<IdType,
ObjectType, EntryType extends CacheEntry<ObjectType>> A generic, thread-safe implementation ofCache
.Classes in se.liu.ida.hefquin.base.datastructures.impl.cache that implement CacheEntry -
Uses of CacheEntry in se.liu.ida.hefquin.engine.federation.access.impl
Constructor parameters in se.liu.ida.hefquin.engine.federation.access.impl with type arguments of type CacheEntryModifierConstructorDescriptionFederationAccessManagerWithCache
(FederationAccessManager fedAccMan, int cacheCapacity, CachePolicies<FederationAccessManagerWithCache.Key, CompletableFuture<? extends DataRetrievalResponse>, ? extends CacheEntry<CompletableFuture<? extends DataRetrievalResponse>>> cachePolicies)