getCachedFilePathForBulk abstract method

FutureOr<Map<String, String>> getCachedFilePathForBulk(
  1. Iterable<String> digests
)

Gets the cached file path for the given digests in bulk.

Implementation

FutureOr<Map<String, String>> getCachedFilePathForBulk(
  Iterable<String> digests,
);