save_stream method

save_stream

Implements this method to save cache,save the stream to the cache with the key uid.

def save_stream(self, s, uid):
    ...
ParameterTypeDescription
sio.RawIOBase
uidstr

See Also