centos man page for git::svn::memoize::yaml

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)

NAME
Git::SVN::Memoize::YAML - store Memoized data in YAML format
SYNOPSIS
use Memoize; use Git::SVN::Memoize::YAML; tie my %cache => 'Git::SVN::Memoize::YAML', $filename; memoize('slow_function', SCALAR_CACHE => [HASH => \%cache]); slow_function(arguments);
DESCRIPTION
This 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.
DIAGNOSTICS
See YAML::Any.
DEPENDENCIES
YAML::Any from CPAN.
INCOMPATIBILITIES
None reported.
BUGS
The 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) - centos
log::handler::plugin::yaml(3pm) - debian
moosex::storage::format::yaml(3pm) - debian
padre::plugin::yaml(3pm) - debian
padre::plugin::yaml::document(3pm) - debian
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