AsyncCacheDelegate<D extends Object, P extends Object> constructor

const AsyncCacheDelegate<D extends Object, P extends Object>(
  1. SyncCacheDelegate<D, P> sync
)

Wraps a sync delegate and adapts it to async world

Implementation

const factory AsyncCacheDelegate(SyncCacheDelegate<D, P> sync) = _SyncDelegateAdapter;