| Package | Description |
|---|---|
| io.rtr.alchemy.caching |
| Modifier and Type | Method and Description |
|---|---|
void |
BasicCacheStrategy.onCacheRead(CachingContext context) |
void |
PeriodicStaleCheckingCacheStrategy.onCacheRead(CachingContext context) |
void |
CacheStrategy.onCacheRead(CachingContext context)
Fires before all experiments are read from the cache
|
void |
BasicCacheStrategy.onCacheRead(String experimentName,
CachingContext context) |
void |
PeriodicStaleCheckingCacheStrategy.onCacheRead(String experimentName,
CachingContext context) |
void |
CacheStrategy.onCacheRead(String experimentName,
CachingContext context)
Fires before an experiment is read from the cache
|
void |
BasicCacheStrategy.onDelete(String experimentName,
CachingContext context) |
void |
CacheStrategy.onDelete(String experimentName,
CachingContext context)
Fires when an experiment is deleted from the store
|
void |
BasicCacheStrategy.onLoad(Experiment experiment,
CachingContext context) |
void |
CacheStrategy.onLoad(Experiment experiment,
CachingContext context)
Fires when an experiment is loaded from the store
|
void |
BasicCacheStrategy.onSave(Experiment experiment,
CachingContext context) |
void |
CacheStrategy.onSave(Experiment experiment,
CachingContext context)
Fires when an experiment is saved to the store
|
| Constructor and Description |
|---|
CacheStrategyIterable(Iterable<Experiment> iterable,
CachingContext context,
CacheStrategy strategy) |
Copyright © 2020. All rights reserved.