1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-25 20:44:01 +01:00

Merge branch 'task/igorw/acm-refactor' into develop

* task/igorw/acm-refactor:
  [task/acm-refactor] Refactor WinCache ACM module
This commit is contained in:
Andreas Fischer 2011-01-11 00:39:34 +01:00
commit 30dacf8e4e

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';