mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[task/acm-refactor] Refactor WinCache ACM module
PHPBB3-9983
This commit is contained in:
parent
eff1d378cc
commit
d97181f5a3
1 changed files with 1 additions and 7 deletions
|
@ -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…
Add table
Reference in a new issue