getAllObjects method
Gets the list of all objects in the cache
Implementation
@override
Future<List<CacheObject>> getAllObjects() {
return Future.value([]);
}
Gets the list of all objects in the cache
@override
Future<List<CacheObject>> getAllObjects() {
return Future.value([]);
}