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

NAME

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

SYNOPSIS

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

METHODS

cache_type

Holds the Moose type of the cache attribute

methods

Holds the map of methods that this backend will install on the applicant class.