. */ /** * Doctrine_Cache_Driver * * @package Doctrine * @subpackage Doctrine_Cache * @license http://www.opensource.org/licenses/lgpl-license.php LGPL * @category Object Relational Mapping * @link www.phpdoctrine.com * @since 1.0 * @version $Revision$ * @author Konsta Vesterinen */ abstract class Doctrine_Cache_Driver implements Doctrine_Cache_Interface { }