Uses of Class
io.rtr.alchemy.caching.CachingContext
Packages that use CachingContext
-
Uses of CachingContext in io.rtr.alchemy.caching
Methods in io.rtr.alchemy.caching with parameters of type CachingContextModifier and TypeMethodDescriptionvoidBasicCacheStrategy.onCacheRead(CachingContext context) voidBasicCacheStrategy.onCacheRead(String experimentName, CachingContext context) voidCacheStrategy.onCacheRead(CachingContext context) Fires before all experiments are read from the cachevoidCacheStrategy.onCacheRead(String experimentName, CachingContext context) Fires before an experiment is read from the cachevoidPeriodicStaleCheckingCacheStrategy.onCacheRead(CachingContext context) voidPeriodicStaleCheckingCacheStrategy.onCacheRead(String experimentName, CachingContext context) voidBasicCacheStrategy.onDelete(String experimentName, CachingContext context) voidCacheStrategy.onDelete(String experimentName, CachingContext context) Fires when an experiment is deleted from the storevoidBasicCacheStrategy.onLoad(Experiment experiment, CachingContext context) voidCacheStrategy.onLoad(Experiment experiment, CachingContext context) Fires when an experiment is loaded from the storevoidBasicCacheStrategy.onSave(Experiment experiment, CachingContext context) voidCacheStrategy.onSave(Experiment experiment, CachingContext context) Fires when an experiment is saved to the storeConstructors in io.rtr.alchemy.caching with parameters of type CachingContextModifierConstructorDescriptionCacheStrategyIterable(Iterable<Experiment> iterable, CachingContext context, CacheStrategy strategy)