isolated method

AsyncCacheDelegate<D, P> isolated()

Wraps AsyncCacheDelegate with Isolate for long-running operations

Implementation

AsyncCacheDelegate<D, P> isolated() => IsolateCacheDelegate(this);