Uses of Interface
se.liu.ida.hefquin.base.datastructures.impl.cache.CachePolicies
Packages that use CachePolicies
Package
Description
- 
Uses of CachePolicies in se.liu.ida.hefquin.base.datastructures.impl.cache
Fields in se.liu.ida.hefquin.base.datastructures.impl.cache declared as CachePoliciesModifier and TypeFieldDescriptionprotected final CachePolicies<IdType,ObjectType, EntryType> GenericCacheImpl.policiesConstructors in se.liu.ida.hefquin.base.datastructures.impl.cache with parameters of type CachePoliciesModifierConstructorDescriptionGenericCacheImpl(int capacity, CachePolicies<IdType, ObjectType, EntryType> policies)  - 
Uses of CachePolicies in se.liu.ida.hefquin.engine.federation.access.impl
Classes in se.liu.ida.hefquin.engine.federation.access.impl that implement CachePoliciesModifier and TypeClassDescriptionprotected static classConstructors in se.liu.ida.hefquin.engine.federation.access.impl with parameters of type CachePoliciesModifierConstructorDescriptionFederationAccessManagerWithCache(FederationAccessManager fedAccMan, int cacheCapacity, CachePolicies<FederationAccessManagerWithCache.Key, CompletableFuture<? extends DataRetrievalResponse>, ? extends CacheEntry<CompletableFuture<? extends DataRetrievalResponse>>> cachePolicies)