[task/acm-refactor] Refactor WinCache ACM module

PHPBB3-9983
This commit is contained in:
Igor Wiedler 2011-01-11 00:31:07 +01:00
parent eff1d378cc
commit d97181f5a3

View file

@ -15,17 +15,11 @@ if (!defined('IN_PHPBB'))
exit;
}
// Include the abstract base
if (!class_exists('acm_memory'))
{
require("{$phpbb_root_path}includes/acm/acm_memory.$phpEx");
}
/**
* ACM for WinCache
* @package acm
*/
class acm extends acm_memory
class phpbb_cache_driver_wincache extends phpbb_cache_driver_memory
{
var $extension = 'wincache';