max_memory_for_cache property

max_memory_for_cache property

Definition:

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

See Also