Git::SVN::Memoize::YAML man page on Alpinelinux

Man page or keyword search:  
man Server   18016 pages
apropos Keyword Search (all sections)
Output format
Alpinelinux logo
[printable version]

Git::SVN::Memoize::YAMUser Contributed Perl DocumentGit::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.18.2			  2014-05-28	    Git::SVN::Memoize::YAML(3)
[top]

List of man pages available for Alpinelinux

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net