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)
Related Man Pages |
---|
yaml::any(3) - suse |
git::svn::prompt(3) - centos |
log::handler::plugin::yaml(3pm) - debian |
moosex::yaml(3pm) - debian |
padre::plugin::yaml::document(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
Is UNIX an open source OS ? |
DB2 convert digits to binary format |
CentOS7 restoring file capabilities |
Docker learning Phase-I |
Shopt -s histappend |