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

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