is_existed method

is_existed

Checks whether the cache with uid is existed

Returns

The bool value

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

See Also