open method Null safety

Future open(
  1. String cacheName
)

Implementation

Future open(String cacheName) =>
    promiseToFuture(JS("creates:_Cache;", "#.open(#)", this, cacheName));