mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-03 01:52:40 +00:00
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:
parent
8b45eeed8b
commit
ea7981023b
1 changed files with 2 additions and 1 deletions
|
@ -167,7 +167,8 @@ class Cache extends Object {
|
||||||
return false;
|
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 mixed $settings Optional string for simple name-value pair or array
|
||||||
* @param string $value Optional for a simple name-value pair
|
* @param string $value Optional for a simple name-value pair
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue