prepend the prefix to the key here also
authorMichael J. Rubinsky <mrubinsk@horde.org>
Sun, 13 Jun 2010 16:28:18 +0000 (12:28 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Sun, 13 Jun 2010 16:28:58 +0000 (12:28 -0400)
framework/Cache/lib/Horde/Cache/Xcache.php

index c5bb546..4fc8b02 100644 (file)
@@ -107,6 +107,7 @@ class Horde_Cache_Xcache extends Horde_Cache_Base
      */
     protected function _setExpire($key, $lifetime)
     {
+        $key = $this->_params['prefix'] . $key;
         if ($lifetime == 0) {
             // don't expire
             return;