close method

Future<void> close()

Close the cache storage system.

Implementation

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