maxSize property
The maximum size of the cached item in bytes.
If the item exceeds this size, it will not be cached.
Implementation
final int? maxSize;
The maximum size of the cached item in bytes.
If the item exceeds this size, it will not be cached.
final int? maxSize;