mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 07:23:13 +00:00
change memcached to memcache
This commit is contained in:
@@ -29,15 +29,15 @@ class Doctrine extends ServiceAbstract implements ServiceInterface
|
||||
{
|
||||
|
||||
const ARRAYCACHE = 'array';
|
||||
const MEMCACHED = 'memcached';
|
||||
const MEMCACHE = 'memcache';
|
||||
const XCACHE = 'xcache';
|
||||
const APC = 'apc';
|
||||
|
||||
protected $caches = array(
|
||||
self::MEMCACHED, self::APC, self::ARRAYCACHE, self::XCACHE
|
||||
self::MEMCACHE, self::APC, self::ARRAYCACHE, self::XCACHE
|
||||
);
|
||||
protected $outputs = array(
|
||||
'json', 'yaml', 'normal'
|
||||
'json', 'yaml', 'vdump'
|
||||
);
|
||||
protected $loggers = array(
|
||||
'monolog', 'phpecho'
|
||||
|
Reference in New Issue
Block a user