removeOversized abstract method

Future<List<DatabaseData>> removeOversized(
  1. int maxCacheSize
)

Remove data from storage until the storage file size is less than maxCacheSize.

Implementation

Future<List<DatabaseData>> removeOversized(int maxCacheSize);