open method

Future<void> open()

Open the cache storage system.

Implementation

Future<void> open() async => await dataStore.open();