Skip to content

Commit

Permalink
Updating doc block for MemcacheEngine
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Nov 15, 2009
1 parent 862ff82 commit 17e377d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions cake/libs/cache/memcache.php
Expand Up @@ -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
Expand Down

0 comments on commit 17e377d

Please sign in to comment.