is_cached property

is_cached property

Gets a value indicating whether object’s data is cached currently and no data reading is required.

Definition:

@property
def is_cached(self):
    ...

See Also