Notes on using HashTable inside a horde app
You need to configure a hash table first - there is a HashTable tab in the Horde config.
If you use Redis, you need the nrk channel Predis package first.
// Retrieve a HashTable Instance
$hashtable = $GLOBALS['injector']->getInstance('Horde_HashTable');