DWH_File::Cached - DWH_File::Cached documentation


DWH_File documentation Contained in the DWH_File distribution.

Index


Code Index:

NAME

Top

DWH_File::Cached -

SYNOPSIS

Top

DWH_File::Cached is part of the DWH_File distribution. For user-oriented documentation, see DWH_File documentation (perldoc DWH_File).

DESCRIPTION

Top

COPYRIGHT

Top

AUTHORS

Top

    Jakob Schmidt <schmidt@orqwood.dk>


DWH_File documentation Contained in the DWH_File distribution.

package DWH_File::Cached;

use warnings;
use strict;
use vars qw( @ISA $VERSION );

@ISA = qw( );

sub cache_key { die "Abstract method reached" }

sub cache_up { die "Abstract method reached" }

sub cache_down { die "Abstract method reached" }

sub cache_out { die "Abstract method reached" }

1;

__END__

CVS-log (non-pod)

    $Log: Cached.pm,v $
    Revision 1.1.1.1  2002/09/27 22:41:49  schmidt
    Imported