| Babble documentation | view source | Contained in the Babble distribution. |
Babble::Cache::Class::Hash - In-memory cache storage for Babble::Cache
This module implements the get and set methods for Babble::Cache subclasses that store the entire cache in memory, in a hash.
Retrieve the value of the $key element in the $id key in the $category category of the cache.
Set the value of the $key element, in the $id key in the $category category of the cache, to $value.
Gergely Nagy, algernon@bonehunter.rulez.org
Bugs should be reported at http://bugs.bonehunter.rulez.org/babble.
Babble::Cache
| Babble documentation | view source | Contained in the Babble distribution. |