fileCacheMaximumSizeInBytes property

int fileCacheMaximumSizeInBytes
final

the maximum size of the file-based cache in bytes. the cache does a good-enough effort to keep the cache size within the specified limit, however the size can exceed the specified limit from time to time.

Implementation

final int fileCacheMaximumSizeInBytes;