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>