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 TypeClassDescriptionclassCacheReplacementPolicyLRU<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.replacementPolicyMethods in se.liu.ida.hefquin.base.datastructures.impl.cache that return CacheReplacementPolicy