Skip to content

Commit 7289940

Browse files
authored
Support ApcuCache
1 parent f14f2ed commit 7289940

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Wordpress/ManagerRegistry.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ protected function getCacheImpl($cacheName, $blogId)
142142

143143
switch ($className) {
144144
case 'Doctrine\Common\Cache\ApcCache':
145+
case 'Doctrine\Common\Cache\ApcuCache':
145146
case 'Doctrine\Common\Cache\ArrayCache':
146147
case 'Doctrine\Common\Cache\XcacheCache':
147148
case 'Doctrine\Common\Cache\WinCacheCache':

0 commit comments

Comments
 (0)