logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

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::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.

Name

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

See Also

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

perl v5.36.0                                       2022-10-13               MakeMethods::Utility::DiskCache(3pm)

Synopsis

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

See Also