maxSize property

Future<int?> maxSize

The maximum number of bytes that this cache should use to store its data.

Implementation

Future<int?> get maxSize => _lock.synchronized(() => _maxSize);