Uses of Interface
io.rtr.alchemy.caching.CacheStrategy
Packages that use CacheStrategy
-
Uses of CacheStrategy in io.rtr.alchemy.caching
Classes in io.rtr.alchemy.caching that implement CacheStrategyModifier and TypeClassDescriptionclassImplements a basic cache strategy that will always update the cache any time an experiment is loaded, saved, or deletedclassThis caching strategy will periodically check whether the data in the cache is stale, and if so, refresh it.Constructors in io.rtr.alchemy.caching with parameters of type CacheStrategyModifierConstructorDescriptionCacheStrategyIterable(Iterable<Experiment> iterable, CachingContext context, CacheStrategy strategy) -
Uses of CacheStrategy in io.rtr.alchemy.models
Methods in io.rtr.alchemy.models with parameters of type CacheStrategy