| Package | Description |
|---|---|
| io.rtr.alchemy.caching | |
| io.rtr.alchemy.models |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicCacheStrategy
Implements a basic cache strategy that will always update the cache any time an experiment is loaded, saved, or
deleted
|
class |
PeriodicStaleCheckingCacheStrategy
This caching strategy will periodically check whether the data in the cache is stale, and if so, refresh it.
|
| Constructor and Description |
|---|
CacheStrategyIterable(Iterable<Experiment> iterable,
CachingContext context,
CacheStrategy strategy) |
| Modifier and Type | Method and Description |
|---|---|
Experiments.Builder |
Experiments.Builder.using(CacheStrategy strategy) |
Copyright © 2020. All rights reserved.