Babble::Cache::Storable - Storable-based cache for Babble


Babble documentation  | view source Contained in the Babble distribution.

Index


NAME

Top

Babble::Cache::Storable - Storable-based cache for Babble

DESCRIPTION

Top

This module implements a cache for Babble that uses Storable 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 speed, but the stored cache is not human readable.

METHODS

Top

load ()

Load the cache stored in Storable format from the file specified during object creation.

dump ()

Save the cache in Storable format to the file specified during object creation.

AUTHOR

Top

Gergely Nagy, algernon@bonehunter.rulez.org

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

SEE ALSO

Top

Storable, Babble, Babble::Cache, Babble::Cache::Class::Hash


Babble documentation  | view source Contained in the Babble distribution.