load_stream method

load_stream(self, uid)

Implements this method to load cache with the key uid,return the stream from the cache.


def load_stream(self, uid):
    ...
ParameterTypeDescription
uidSystem.String

See Also