getCacheMetadata method
- CacheCategory category
Get cache metadata for a category.
Implementation
Future<Map<String, dynamic>?> getCacheMetadata(CacheCategory category) async {
return await _service.getCacheMetadata(category);
}
Get cache metadata for a category.
Future<Map<String, dynamic>?> getCacheMetadata(CacheCategory category) async {
return await _service.getCacheMetadata(category);
}