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


MooseX-WithCache documentation  | view source Contained in the MooseX-WithCache distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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

METHODS

Top

cache_type

Top

Holds the Moose type of the cache attribute

methods

Top

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


MooseX-WithCache documentation  | view source Contained in the MooseX-WithCache distribution.