Tomohiro Teranishi > Cache-Funky > Cache::Funky::Storage::Simple

Download:
Cache-Funky-0.06.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Source  

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>