Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Merge branch 'patch-1' of https://github.com/marc-mabe/zf2 into hotfi…
Browse files Browse the repository at this point in the history
…x/cache-adapter-list
  • Loading branch information
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Storage/AdapterPluginManager.php
Expand Up @@ -36,12 +36,8 @@ class AdapterPluginManager extends AbstractPluginManager
'filesystem' => 'Zend\Cache\Storage\Adapter\Filesystem',
'memcached' => 'Zend\Cache\Storage\Adapter\Memcached',
'memory' => 'Zend\Cache\Storage\Adapter\Memory',
'sysvshm' => 'Zend\Cache\Storage\Adapter\SystemVShm',
'systemvshm' => 'Zend\Cache\Storage\Adapter\SystemVShm',
'sqlite' => 'Zend\Cache\Storage\Adapter\Sqlite',
'dba' => 'Zend\Cache\Storage\Adapter\Dba',
'wincache' => 'Zend\Cache\Storage\Adapter\WinCache',
'xcache' => 'Zend\Cache\Storage\Adapter\XCache',
'zendserverdisk' => 'Zend\Cache\Storage\Adapter\ZendServerDisk',
'zendservershm' => 'Zend\Cache\Storage\Adapter\ZendServerShm',
);
Expand Down

0 comments on commit 401d180

Please sign in to comment.