getAllObjects method
Gets the list of all objects in the cache
Implementation
@override
Future<List<CacheObject>> getAllObjects() async {
return _cacheObjects.values.toList();
}
Gets the list of all objects in the cache
@override
Future<List<CacheObject>> getAllObjects() async {
return _cacheObjects.values.toList();
}