Skip to content

Commit

Permalink
reword doc bloc for default config
Browse files Browse the repository at this point in the history
  • Loading branch information
AD7six committed Nov 20, 2013
1 parent a4a55a0 commit ad2da29
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cake/Cache/Engine/FileEngine.php
Expand Up @@ -45,7 +45,7 @@ class FileEngine extends CacheEngine {
protected $_File = null;

/**
* The defaults used unless overriden by runtime configuration
* The default config used unless overriden by runtime configuration
*
* - `duration` Specify how long items in this cache configuration last.
* - `groups` List of groups or 'tags' associated to every key stored in this config.
Expand Down
2 changes: 1 addition & 1 deletion Cake/Cache/Engine/MemcachedEngine.php
Expand Up @@ -40,7 +40,7 @@ class MemcachedEngine extends CacheEngine {
protected $_Memcached = null;

/**
* The defaults used unless overriden by runtime configuration
* The default config used unless overriden by runtime configuration
*
* - `compress` Whether to compress data
* - `duration` Specify how long items in this cache configuration last.
Expand Down
2 changes: 1 addition & 1 deletion Cake/Cache/Engine/RedisEngine.php
Expand Up @@ -31,7 +31,7 @@ class RedisEngine extends CacheEngine {
protected $_Redis = null;

/**
* The defaults used unless overriden by runtime configuration
* The default config used unless overriden by runtime configuration
*
* - `database` database number to use for connection.
* - `duration` Specify how long items in this cache configuration last.
Expand Down
2 changes: 1 addition & 1 deletion Cake/Cache/Engine/XcacheEngine.php
Expand Up @@ -28,7 +28,7 @@
class XcacheEngine extends CacheEngine {

/**
* The defaults used unless overriden by runtime configuration
* The default config used unless overriden by runtime configuration
*
* - `duration` Specify how long items in this cache configuration last.
* - `groups` List of groups or 'tags' associated to every key stored in this config.
Expand Down

0 comments on commit ad2da29

Please sign in to comment.