Get the cache directory
Future<String> getCacheDirectory() async { _ensureInitialized(); return path.join(_baseDirectory!.path, 'Cache'); }