The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.