Uses of Interface
de.mhus.lib.core.util.SoftTimeoutMap.Invalidator
-
Packages that use SoftTimeoutMap.Invalidator Package Description de.mhus.lib.core.util -
-
Uses of SoftTimeoutMap.Invalidator in de.mhus.lib.core.util
Methods in de.mhus.lib.core.util that return SoftTimeoutMap.Invalidator Modifier and Type Method Description SoftTimeoutMap.Invalidator<K,V>SoftTimeoutMap. getInvalidator()Methods in de.mhus.lib.core.util with parameters of type SoftTimeoutMap.Invalidator Modifier and Type Method Description voidSoftTimeoutMap. setInvalidator(SoftTimeoutMap.Invalidator<K,V> invalidator)Set a function which can decide if the entry is no more valid.Constructors in de.mhus.lib.core.util with parameters of type SoftTimeoutMap.Invalidator Constructor Description SoftTimeoutMap(long timeout, long checkTimeout, boolean refreshOnAccess, SoftTimeoutMap.Invalidator<K,V> invalidator)
-