getOldObjects abstract method

Future<List<CacheObject>> getOldObjects(
  1. Duration maxAge
)

Returns a list of CacheObject that are older than maxAge

Implementation

Future<List<CacheObject>> getOldObjects(Duration maxAge);