getOldObjects abstract method
Returns a list of CacheObject that are older than maxAge
Implementation
Future<List<CacheObject>> getOldObjects(Duration maxAge);
Returns a list of CacheObject that are older than maxAge
Future<List<CacheObject>> getOldObjects(Duration maxAge);