maxCachePendingLength property

int? maxCachePendingLength
getter/setter pair

The maximum length of online resource cache to be used, in bytes, with a minimum setting of 10M (10 * 1024 * 1024). The default value is 0 - no limit, and try to cache the entire file.

Implementation

int? maxCachePendingLength;