closeCache method

Future<void> closeCache()

释放底层资源

Implementation

Future<void> closeCache() async {
  await cacheOptions?.store?.close();
}