cache abstract method

Future<Map?> cache(
  1. String name,
  2. String path
)

Implementation

Future<Map?> cache(String name, String path);