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.