Updating doc block for MemcacheEngine

This commit is contained in:
mark_story 2009-11-14 19:40:30 -05:00
parent 862ff82ad4
commit 17e377de7e

View file

@ -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