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.federation.access.impl
Methods in se.liu.ida.hefquin.federation.access.impl that return CacheEntryFactoryModifier and TypeMethodDescriptionCacheEntryFactory<CacheEntryBase<CompletableFuture<? extends DataRetrievalResponse<?>>>, CompletableFuture<? extends DataRetrievalResponse<?>>> FederationAccessManagerWithCache.MyDefaultCachePolicies.getEntryFactory() -
Uses of CacheEntryFactory in se.liu.ida.hefquin.federation.access.impl.cache
Classes in se.liu.ida.hefquin.federation.access.impl.cache that implement CacheEntryFactoryModifier and TypeClassDescriptionclassFactory for creatingPersistentCacheEntryinstances with the current system time as creation timestamp.Fields in se.liu.ida.hefquin.federation.access.impl.cache declared as CacheEntryFactoryModifier and TypeFieldDescriptionprotected final CacheEntryFactory<EntryType, ObjectType> CacheLayer.entryFactory