Trims the cache so that its size does not exceed maxSize.
maxSize
Evicts least recently used entries until the cache size is less than or equal to maxSize.
Future<void> trimToSize(int maxSize);