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:
commit
30dacf8e4e
@ -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';
|
||||
|
Loading…
x
Reference in New Issue
Block a user