cache |
A specialized memory device that provides read and write caching for a target device.
enum os_cache::limits
{
wbuf_size_limit = 4096,
rbuf_size_limit = 4096
};
os_cache::wbuf_size_limit
) bytes and an internal read buffer of size rbuf
(default os_cache::rbuf_size_limit ) bytes.true
if this device is in a bad state.true
if this device successfully flushes the internal buffers and shuts down the
chained device.true
if this device is at EOF.true
if this device is in a bad state or has reached EOF.true
if this device is in a good state.-1 if
a failure occurs.
os_device::begin , os_device::current ,
or os_device::end ). Returns the offset of the
new position or returns -1 if the operation
fails.true
if successful.-1
if a failure occurs.Copyright©1994-2026 Recursion
Software LLC
All Rights Reserved - For use by licensed users only.