maxSize property

int? maxSize
final

The maximum size of the cached item in bytes.

If the item exceeds this size, it will not be cached.

Implementation

final int? maxSize;