KinoSearch::Store::Folder - Abstract class representing a directory.


KinoSearch documentation  | view source Contained in the KinoSearch distribution.

Index


NAME

Top

KinoSearch::Store::Folder - Abstract class representing a directory.

SYNOPSIS

Top

    # Abstract base class.







DESCRIPTION

Top

A "file" within a Folder might be a real file on disk -- or it might be a RAM buffer. Similarly, delete() might delete a file from the file system, or a key-value pair from a hash, or something else.

The archetypal implementation of Folder, FSFolder, represents a directory on the file system holding a collection of files.

INHERITANCE

Top

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

COPYRIGHT AND LICENSE

Top


KinoSearch documentation  | view source Contained in the KinoSearch distribution.