MetaStore::StoreDir - Simple store/restore data to files in dirs.


MetaStore documentation  | view source Contained in the MetaStore distribution.

Index


NAME

Top

MetaStore::StoreDir - Simple store/restore data to files in dirs.

SYNOPSIS

Top

    use MetaStore::StoreDir;
    my $fz = IO::Zlib->new($tmp_file, "rb");
    my $dir = tempdir( CLEANUP => 0 );
    my $temp_store = new MetaStore::StoreDir:: $dir;
    $temp_store->putRaw("file.dat",$fz);
    $fz->close;

DESCRIPTION

Top

Simple store/restore data to files in dirs.

METHODS

Top

delete_keys <key1>[,<key2>[,<keyX>]]

Delete files from dir

SEE ALSO

Top

IO::File

AUTHOR

Top

Zahatski Aliaksandr, <zag@cpan.org>

COPYRIGHT AND LICENSE

Top


MetaStore documentation  | view source Contained in the MetaStore distribution.