There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

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.