mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 15:33:15 +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 ARRAYCACHE = 'array';
|
||||||
const MEMCACHED = 'memcached';
|
const MEMCACHE = 'memcache';
|
||||||
const XCACHE = 'xcache';
|
const XCACHE = 'xcache';
|
||||||
const APC = 'apc';
|
const APC = 'apc';
|
||||||
|
|
||||||
protected $caches = array(
|
protected $caches = array(
|
||||||
self::MEMCACHED, self::APC, self::ARRAYCACHE, self::XCACHE
|
self::MEMCACHE, self::APC, self::ARRAYCACHE, self::XCACHE
|
||||||
);
|
);
|
||||||
protected $outputs = array(
|
protected $outputs = array(
|
||||||
'json', 'yaml', 'normal'
|
'json', 'yaml', 'vdump'
|
||||||
);
|
);
|
||||||
protected $loggers = array(
|
protected $loggers = array(
|
||||||
'monolog', 'phpecho'
|
'monolog', 'phpecho'
|
||||||
|
Reference in New Issue
Block a user