mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Add cache provider for memcached extension
This commit is contained in:
@@ -28,6 +28,8 @@ class FactoryTest extends \PHPUnit_Framework_TestCase
|
||||
array('arraycache', null, 'Alchemy\Phrasea\Cache\ArrayCache'),
|
||||
array('memcache', 'memcache', 'Alchemy\Phrasea\Cache\MemcacheCache'),
|
||||
array('memcachecache', 'memcache', 'Alchemy\Phrasea\Cache\MemcacheCache'),
|
||||
array('memcached', 'memcached', 'Alchemy\Phrasea\Cache\MemcachedCache'),
|
||||
array('memcachecached', 'memcached', 'Alchemy\Phrasea\Cache\MemcachedCache'),
|
||||
array('redis', 'redis', 'Alchemy\Phrasea\Cache\RedisCache'),
|
||||
array('rediscache', 'redis', 'Alchemy\Phrasea\Cache\RedisCache'),
|
||||
array('wincache', 'wincache', 'Alchemy\Phrasea\Cache\WincacheCache'),
|
||||
|
Reference in New Issue
Block a user