is_existed method

is_existed(self, uid)

Checks whether the cache with uid is existed

Returns

The bool value


def is_existed(self, uid):
    ...
ParameterTypeDescription
uidSystem.StringThe unique id for the file cache.

See Also