load method

load(self, uid, filename)

Gets the JSON string of the file from the cache using the specified unique id,set the output filename in the JSON.

Returns

The JSON string


def load(self, uid, filename):
    ...
ParameterTypeDescription
uidSystem.StringThe unique id for the file cache.
filenameSystem.StringSpecifies the file name in the JSON. If set to null,the default filename is: book1.

See Also