load_stream method

load_stream

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

def load_stream(self, uid):
    ...
ParameterTypeDescription
uidstr

See Also