This parameter doesn't exist anymore
authorMichael M Slusarz <slusarz@curecanti.org>
Mon, 4 Oct 2010 18:55:36 +0000 (12:55 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Mon, 4 Oct 2010 19:11:11 +0000 (13:11 -0600)
framework/Core/lib/Horde/Core/Factory/Cache.php

index e89f73d..d79822a 100644 (file)
@@ -30,13 +30,6 @@ class Horde_Core_Factory_Cache
     /**
      * Return the Horde_Cache:: instance.
      *
-     * @param array $opts  Options:
-     * <pre>
-     * 'session' - (boolean) Fallback to session driver, instead of null
-     *             driver, if no cache config is found.
-     *             DEFAULT: false
-     * </pre>
-     *
      * @return Horde_Cache
      * @throws Horde_Cache_Exception
      */
@@ -97,4 +90,5 @@ class Horde_Core_Factory_Cache
 
         return $classname;
     }
+
 }