Skip to content

Commit

Permalink
Support ApcuCache
Browse files Browse the repository at this point in the history
  • Loading branch information
kayue authored Dec 19, 2017
1 parent f14f2ed commit 7289940
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Wordpress/ManagerRegistry.php
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ protected function getCacheImpl($cacheName, $blogId)

switch ($className) {
case 'Doctrine\Common\Cache\ApcCache':
case 'Doctrine\Common\Cache\ApcuCache':
case 'Doctrine\Common\Cache\ArrayCache':
case 'Doctrine\Common\Cache\XcacheCache':
case 'Doctrine\Common\Cache\WinCacheCache':
Expand Down

0 comments on commit 7289940

Please sign in to comment.