addMemcacheServers() protected method
Add servers to the server pool of the cache specified Used for memcache PECL extension.
| protected void addMemcacheServers ( $cache, $servers ) | ||
|---|---|---|
| $cache | \Memcache | |
| $servers | yii\caching\MemCacheServer[] | |
addMemcacheServers() protected method
Add servers to the server pool of the cache specified Used for memcache PECL extension.
| protected void addMemcacheServers ( $cache, $servers ) | ||
|---|---|---|
| $cache | \Memcache | |
| $servers | yii\caching\MemCacheServer[] | |
Please login to continue.