maxSize property
The maximum size of this cache.
Note:
1024
is 1 KB.1024 ** 2
is 1 MB.1024 ** 3
is 1 GB.
Implementation
final int maxSize;
The maximum size of this cache.
Note:
1024
is 1 KB.1024 ** 2
is 1 MB.1024 ** 3
is 1 GB.final int maxSize;