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 TypeClassDescriptionclassCacheEntryBaseFactory<ObjectType>An implementation ofCacheEntryFactoryforCacheEntryBaseobjects.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 TypeClassDescriptionclassAn 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