get_file_url method

get_file_url(self, uid)

Implements this method to get the file url from the cache.

Returns

The URL of the file


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

See Also