Babble::Cache::Dumper - Data::Dumper based cache for Babble


Back to Top


NAME

Babble::Cache::Dumper - Data::Dumper based cache for Babble

Back to Top


DESCRIPTION

This module implements a cache for Babble that uses Data::Dumper to store and retrieve the cache. The cache itself is stored in memory in a hash (thus, this class is a subclass of Babble::Cache::Class::Hash).

The main advantage is human readability, but the stored cache is slow to load and save.

Back to Top


METHODS

load ()

Load the cache stored in Data::Dumper format from the file specified during object creation.

dump ()

Save the cache in Data::Dumper format to the file specified during object creation.

Back to Top


AUTHOR

Gergely Nagy, algernon@bonehunter.rulez.org

Bugs should be reported at http://bugs.bonehunter.rulez.org/babble.

Back to Top


SEE ALSO

Data::Dumper, Babble, Babble::Cache, Babble::Cache::Class::Hash

Back to Top

 Babble::Cache::Dumper - Data::Dumper based cache for Babble