The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Babble::Cache::Class::Hash - In-memory cache storage for Babble::Cache

DESCRIPTION

This module implements the get and set methods for Babble::Cache subclasses that store the entire cache in memory, in a hash.

METHODS

get ($category, $id[, $key])

Retrieve the value of the $key element in the $id key in the $category category of the cache.

set ($category, $id, $key, $value)

Set the value of the $key element, in the $id key in the $category category of the cache, to $value.

AUTHOR

Gergely Nagy, algernon@bonehunter.rulez.org

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

SEE ALSO

Babble::Cache