The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Fuse::Filesys::Virtual::HandleCache - R/W handle cache manager

VERSION

Version 0.02

SYNOPSIS

In Fuse::Filesys::Virtual, read and write handle is cached for performance reason.

EXPORT

Nothing.

FUNCTIONS

new

constractor

is_busy

returns file or directory is used or not.

read (FNAME, SIZE, OFFSET)

read data from cached file handle.

write (FNAME, BUFF, OFFSET)

write data to cached file handle.

truncate (FNAME)

truncate a file.

read_release

release file handle for read

write_release

release file handle for write

release

release file handle