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


Back to Top


NAME

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

Back to Top


DESCRIPTION

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

Back to Top


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.

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

Babble::Cache

Back to Top

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