updating doc block for Cache::set() refs #5460

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7643 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
gwoo 2008-09-22 13:06:26 +00:00
parent 8b45eeed8b
commit ea7981023b

View file

@ -167,7 +167,8 @@ class Cache extends Object {
return false;
}
/**
* Sets current config options. if no params are passed, resets settings if needed
* Temporarily change settings to current config options. if no params are passed, resets settings if needed
* Cache::write() will reset the configuration changes made
*
* @param mixed $settings Optional string for simple name-value pair or array
* @param string $value Optional for a simple name-value pair