Man Page: class::makemethods::utility::diskcache
Operating Environment: debian
Section: 3pm
MakeMethods::Utility::DiskCache(3pm) User Contributed Perl Documentation MakeMethods::Utility::DiskCache(3pm)NAMEClass::MakeMethods::Utility::DiskCache - Optional Template featureSYNOPSISuse Class::MakeMethods::Utility::DiskCache qw( /my/code/dir );DESCRIPTIONTo 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 ALSOSee Class::MakeMethods::Template for more information. perl v5.10.1 2004-09-06 MakeMethods::Utility::DiskCache(3pm)
| Similar Topics in the Unix Linux Community |
|---|
| awk or sed - Convert 2 lines to 1 line |
| How can I do this in VI editor? |
| Introduction |
| Detecting unused variables... |
| Find columns in a file based on header and print to new file |