KinoSearch::Store::RAMFolder - In-memory Folder implementation.


KinoSearch documentation  | view source Contained in the KinoSearch distribution.

Index


NAME

Top

KinoSearch::Store::RAMFolder - In-memory Folder implementation.

SYNOPSIS

Top

    my $folder = KinoSearch::Store::RAMFolder->new;

    # or sometimes...
    my $folder = KinoSearch::Store::RAMFolder->new(
        path => $relative_path,
    );







DESCRIPTION

Top

RAMFolder is an entirely in-memory implementation of KinoSearch::Store::Folder, primarily used for testing and development.

CONSTRUCTORS

Top

new( [labeled params] )

    my $folder = KinoSearch::Store::RAMFolder->new(
        path => $relative_path,   # default: empty string
    );

INHERITANCE

Top

KinoSearch::Store::RAMFolder isa KinoSearch::Store::Folder isa KinoSearch::Object::Obj.

COPYRIGHT AND LICENSE

Top


KinoSearch documentation  | view source Contained in the KinoSearch distribution.