Module vibe.stream.cached
Random access stream that caches a source input stream on disk.
Functions
Name | Description |
---|---|
createCachedFileStream(source, cached_file_path, writable)
|
Creates a new CachedStream instance.
|
Structs
Name | Description |
---|---|
CachedFileStream
|
File backed cached random access stream wrapper. |