Uses of Interface
se.liu.ida.hefquin.base.datastructures.impl.cache.CacheReplacementPolicy
Packages that use CacheReplacementPolicy
-
Uses of CacheReplacementPolicy in se.liu.ida.hefquin.base.datastructures.impl.cache
Classes in se.liu.ida.hefquin.base.datastructures.impl.cache that implement CacheReplacementPolicyModifier and TypeClassDescriptionclass
CacheReplacementPolicyLRU<IdType,
ObjectType, EntryType extends CacheEntry<ObjectType>> Fields in se.liu.ida.hefquin.base.datastructures.impl.cache declared as CacheReplacementPolicyModifier and TypeFieldDescriptionprotected final CacheReplacementPolicy<IdType,
ObjectType, EntryType> GenericCacheImpl.replacementPolicy
Methods in se.liu.ida.hefquin.base.datastructures.impl.cache that return CacheReplacementPolicy