Sets the maximum allowed size of the cache.
Future<void> setMaxSize(int? size) async { info.value.maxSize = size; info.refresh(); await _cacheLocal?.upsert(info.value); }