Uses of Interface
se.liu.ida.hefquin.base.datastructures.impl.cache.CacheEntryFactory
Packages that use CacheEntryFactory
Package
Description
-
Uses of CacheEntryFactory in se.liu.ida.hefquin.base.datastructures.impl.cache
Classes in se.liu.ida.hefquin.base.datastructures.impl.cache that implement CacheEntryFactoryModifier and TypeClassDescriptionclass
CacheEntryBaseFactory<ObjectType>
An implementation ofCacheEntryFactory
forCacheEntryBase
objects.Methods in se.liu.ida.hefquin.base.datastructures.impl.cache that return CacheEntryFactory -
Uses of CacheEntryFactory in se.liu.ida.hefquin.engine.federation.access.impl
Methods in se.liu.ida.hefquin.engine.federation.access.impl that return CacheEntryFactoryModifier and TypeMethodDescriptionCacheEntryFactory
<CacheEntryBase<CompletableFuture<? extends DataRetrievalResponse<?>>>, CompletableFuture<? extends DataRetrievalResponse<?>>> FederationAccessManagerWithCache.MyDefaultCachePolicies.getEntryFactory()
FederationAccessManagerWithChronicleMapCache.MyDefaultCardinalityCachePolicies.getEntryFactory()
-
Uses of CacheEntryFactory in se.liu.ida.hefquin.engine.federation.access.impl.cache
Classes in se.liu.ida.hefquin.engine.federation.access.impl.cache that implement CacheEntryFactoryModifier and TypeClassDescriptionclass
An entry used when caching cardinality requests.Fields in se.liu.ida.hefquin.engine.federation.access.impl.cache declared as CacheEntryFactoryModifier and TypeFieldDescriptionprotected final CacheEntryFactory
<CardinalityCacheEntry, Integer> ChronicleMapCardinalityCache.entryFactory