getCache method

DartResult? getCache(
  1. String path
)

Implementation

DartResult? getCache(String path) => _files[path];