NAME

MooseX::WithCache::Backend - Base Class For All Backends

SYNOPSIS

package MyBackend;
use Moose;
extends 'MooseX::WithCache::Backend';

METHODS

build_cache_debug_method

build_cache_del_method

build_cache_get_method

build_cache_set_method

build_method_list

install_cache_attr

install_methods

setup