Class::MakeMethods::Utility::DiskCache - Optional Template feature


Class-MakeMethods documentation  | view source Contained in the Class-MakeMethods distribution.

Index


NAME

Top

Class::MakeMethods::Utility::DiskCache - Optional Template feature

SYNOPSIS

Top

  use Class::MakeMethods::Utility::DiskCache qw( /my/code/dir );

DESCRIPTION

Top

To enable disk caching of Class::MakeMethods::Template generated code, create an empty directory and pass it to the DiskCache package:

  use Class::MakeMethods::Utility::DiskCache qw( /my/code/dir );

This has a mixed effect on performance, but has the notable advantage of letting you view the subroutines that are being generated by your templates.

SEE ALSO

Top

See Class::MakeMethods::Template for more information.


Class-MakeMethods documentation  | view source Contained in the Class-MakeMethods distribution.