cache property
Map<Arg, AsyncSignal<T> >
get
cache
Exposed for testing purposes to inspect the cache.
Implementation
Map<Arg, AsyncSignal<T>> get cache => Map.unmodifiable(_cache);
Exposed for testing purposes to inspect the cache.
Map<Arg, AsyncSignal<T>> get cache => Map.unmodifiable(_cache);