mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Updating doc block for MemcacheEngine
This commit is contained in:
parent
862ff82ad4
commit
17e377de7e
1 changed files with 5 additions and 3 deletions
8
cake/libs/cache/memcache.php
vendored
8
cake/libs/cache/memcache.php
vendored
|
@ -38,9 +38,11 @@ class MemcacheEngine extends CacheEngine {
|
|||
*/
|
||||
var $__Memcache = null;
|
||||
/**
|
||||
* settings
|
||||
* servers = string or array of memcache servers, default => 127.0.0.1
|
||||
* compress = boolean, default => false
|
||||
* Settings
|
||||
*
|
||||
* - servers = string or array of memcache servers, default => 127.0.0.1. If an
|
||||
* array MemcacheEngine will use them as a pool.
|
||||
* - compress = boolean, default => false
|
||||
*
|
||||
* @var array
|
||||
* @access public
|
||||
|
|
Loading…
Reference in a new issue