'localhost', 'port' => '11211', 'weight' => 1 ]; $ZConfig['System']['dbcache.compression'] = true; // true/false valid for dbcache.type = Memcache/d // For pure Doctrine Queries only. Effective only when dbcache.enable = true and dbcache.cache_result = 1 // http://docs.doctrine-project.org/projects/doctrine1/en/latest/en/manual/caching.html#result-cache $ZConfig['System']['dbcache.cache_result'] = 0; // 1 to enable or 0 to disable. $ZConfig['System']['dbcache.cache_result_ttl'] = 30; // seconds, 3600 = 1 hour.