maxCachePendingLength property

int? maxCachePendingLength
getter/setter pair

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

Implementation

int? maxCachePendingLength;