Class::MakeMethods::Template::DiskCache.3pm

Langue: en

Version: 2003-09-25 (mandriva - 01/05/08)

Section: 3 (Bibliothèques de fonctions)

NAME

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

SYNOPSIS

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

DESCRIPTION

To enable disk caching of Class::MakeMethods::Template generated code, create an empty directory and pass it to the DiskCache package:
   use Class::MakeMethods::Template::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

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