load method
Loads cache data and applies this handle's load policy.
Implementation
Future<KacheSnapshot<T>> load() {
_ensureActive();
_didStartAutomaticLoad = true;
return _loadWith(KacheEventTrigger.load);
}
Loads cache data and applies this handle's load policy.
Future<KacheSnapshot<T>> load() {
_ensureActive();
_didStartAutomaticLoad = true;
return _loadWith(KacheEventTrigger.load);
}