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;
|
var $__Memcache = null;
|
||||||
/**
|
/**
|
||||||
* settings
|
* Settings
|
||||||
* servers = string or array of memcache servers, default => 127.0.0.1
|
*
|
||||||
* compress = boolean, default => false
|
* - 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
|
* @var array
|
||||||
* @access public
|
* @access public
|
||||||
|
|
Loading…
Reference in a new issue