max_disk_space_for_cache property

max_disk_space_for_cache property

Gets or sets the maximum available disk space for cache. The value specified is megabytes count.

Remarks

Value of 0 will consume all available memory and serves as no upper limit.

Definition:

@property
def max_disk_space_for_cache(self):
    ...
@max_disk_space_for_cache.setter
def max_disk_space_for_cache(self, value):
    ...

See Also