getAllObjects abstract method

Future<List<CacheObject>> getAllObjects()

Gets the list of all objects in the cache

Implementation

Future<List<CacheObject>> getAllObjects();