fixed typo
This commit is contained in:
parent
e0dedf714f
commit
999988fa69
@ -24,7 +24,7 @@ $cache = new Doctrine_Cache_Memcache(array('servers' => $servers,
|
|||||||
'compression' => false));
|
'compression' => false));
|
||||||
</code>
|
</code>
|
||||||
|
|
||||||
Availible options for Memcache driver:
|
Available options for Memcache driver:
|
||||||
|
|
||||||
||~ Option ||~ Data Type ||~ Default Value ||~ Description ||
|
||~ Option ||~ Data Type ||~ Default Value ||~ Description ||
|
||||||
|| servers || array || array(array('host' => 'localhost','port' => 11211, 'persistent' => true)) || An array of memcached servers ; each memcached server is described by an associative array : 'host' => (string) : the name of the memcached server, 'port' => (int) : the port of the memcached server, 'persistent' => (bool) : use or not persistent connections to this memcached server ||
|
|| servers || array || array(array('host' => 'localhost','port' => 11211, 'persistent' => true)) || An array of memcached servers ; each memcached server is described by an associative array : 'host' => (string) : the name of the memcached server, 'port' => (int) : the port of the memcached server, 'persistent' => (bool) : use or not persistent connections to this memcached server ||
|
||||||
|
Loading…
x
Reference in New Issue
Block a user