cache property

cache property

Definition:

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

See Also