Query: git::svn::memoize::yaml
OS: centos
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Git::SVN::Memoize::YAML(3) User Contributed Perl Documentation Git::SVN::Memoize::YAML(3)NAMEGit::SVN::Memoize::YAML - store Memoized data in YAML formatSYNOPSISuse Memoize; use Git::SVN::Memoize::YAML; tie my %cache => 'Git::SVN::Memoize::YAML', $filename; memoize('slow_function', SCALAR_CACHE => [HASH => \%cache]); slow_function(arguments);DESCRIPTIONThis module provides a class that can be used to tie a hash to a YAML file. The file is read when the hash is initialized and rewritten when the hash is destroyed. The intent is to allow Memoize to back its cache with a file in YAML format, just like Memoize::Storable allows Memoize to back its cache with a file in Storable format. Unlike the Storable format, the YAML format is platform-independent and fairly stable. Carps on error.DIAGNOSTICSSee YAML::Any.DEPENDENCIESYAML::Any from CPAN.INCOMPATIBILITIESNone reported.BUGSThe entire cache is read into a Perl hash when loading the file, so this is not very scalable. perl v5.16.3 2013-06-10 Git::SVN::Memoize::YAML(3)
Similar Topics in the Unix Linux Community |
---|
Weird 'find' results |
Best performance UNIX just for HOST Virtualization? |
How to increment version inside a file? |
CentOS7 restoring file capabilities |
Controlling user input |