max_memory_for_cache property

max_memory_for_cache property

Gets or sets the maximum available memory for cache in memory in bytes. The default value is 1073741824.

Definition:

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

See Also