<?php /** * * @package acm * @copyright (c) 2010 phpBB Group * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2 * */ namespace phpbb\cache\driver; /** * @ignore */ if (!defined('IN_PHPBB')) { exit; } /** * @package acm */ abstract class base implements \phpbb\cache\driver\driver_interface { }