The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Cache::Funky::Storage::Simple - Simple storage class.

SYNOPSIS

    use Cache::Funky::Storage::Simple;

DESCRIPTION

This is not recommended to be used by your application.

METHODS

get( $key , [ $id )

set( $key, $value , [ $id )

delete ( $key , [ $id )

AUTHOR

Masahiro Funakoshi <masap@cpan.org>