public interface CacheStrategy
| Modifier and Type | Method and Description |
|---|---|
void |
onCacheRead(CachingContext context)
Fires before all experiments are read from the cache
|
void |
onCacheRead(String experimentName,
CachingContext context)
Fires before an experiment is read from the cache
|
void |
onDelete(String experimentName,
CachingContext context)
Fires when an experiment is deleted from the store
|
void |
onLoad(Experiment experiment,
CachingContext context)
Fires when an experiment is loaded from the store
|
void |
onSave(Experiment experiment,
CachingContext context)
Fires when an experiment is saved to the store
|
void onLoad(Experiment experiment, CachingContext context)
void onSave(Experiment experiment, CachingContext context)
void onDelete(String experimentName, CachingContext context)
void onCacheRead(String experimentName, CachingContext context)
void onCacheRead(CachingContext context)
Copyright © 2020. All rights reserved.