vibe.d beta banner
get vibe.d
0.10.0

Asynchronous I/O that doesn’t get in your way, written in D

Module vibe.stream.cached

Random access stream that caches a source input stream on disk.

Functions

NameDescription
createCachedFileStream(source, cached_file_path, writable) Creates a new CachedStream instance.

Structs

NameDescription
CachedFileStream File backed cached random access stream wrapper.
Authors

Sönke Ludwig

Copyright

© 2023 Sönke Ludwig

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.