Uses of Interface
de.focus_shift.util.Cache.ValueHandler
-
Packages that use Cache.ValueHandler Package Description de.focus_shift.caching de.focus_shift.util -
-
Uses of Cache.ValueHandler in de.focus_shift.caching
Classes in de.focus_shift.caching that implement Cache.ValueHandler Modifier and Type Class Description classHolidayManagerValueHandlerCreates theCache.ValueHandlerwhich constructs aHolidayManager. -
Uses of Cache.ValueHandler in de.focus_shift.util
Methods in de.focus_shift.util with parameters of type Cache.ValueHandler Modifier and Type Method Description VCache. get(Cache.ValueHandler<V> valueHandler)Returns the value defined by theCache.ValueHandler
-