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

Commit

Permalink
ZF2-543: removed linked but not implemented cache adapters
Browse files Browse the repository at this point in the history
Removed not implemented cache adapters linked in AbstractPluginManager
  • Loading branch information
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Storage/AdapterPluginManager.php
Original file line number Diff line number Diff line change
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 07a8c4e

Please sign in to comment.