| MooseX-WithCache documentation | view source | Contained in the MooseX-WithCache distribution. |
MooseX::WithCache::Backend - Base Class For All Backends
package MyBackend;
use Moose;
extends 'MooseX::WithCache::Backend';
Holds the Moose type of the cache attribute
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. |