mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 17:16:18 +00:00
Fixing some typos
This commit is contained in:
parent
945925bdb9
commit
cf2b6acd71
4 changed files with 4 additions and 4 deletions
|
@ -156,7 +156,7 @@ class ApcEngine extends CacheEngine {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Increments the group value to simulate deletion of all keys under a group
|
* Increments the group value to simulate deletion of all keys under a group
|
||||||
* old values will remain in sotrage until they expire.
|
* old values will remain in storage until they expire.
|
||||||
*
|
*
|
||||||
* @return boolean success
|
* @return boolean success
|
||||||
**/
|
**/
|
||||||
|
|
|
@ -264,7 +264,7 @@ class MemcacheEngine extends CacheEngine {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Increments the group value to simulate deletion of all keys under a group
|
* Increments the group value to simulate deletion of all keys under a group
|
||||||
* old values will remain in sotrage until they expire.
|
* old values will remain in storage until they expire.
|
||||||
*
|
*
|
||||||
* @return boolean success
|
* @return boolean success
|
||||||
**/
|
**/
|
||||||
|
|
|
@ -163,7 +163,7 @@ class WincacheEngine extends CacheEngine {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Increments the group value to simulate deletion of all keys under a group
|
* Increments the group value to simulate deletion of all keys under a group
|
||||||
* old values will remain in sotrage until they expire.
|
* old values will remain in storage until they expire.
|
||||||
*
|
*
|
||||||
* @return boolean success
|
* @return boolean success
|
||||||
**/
|
**/
|
||||||
|
|
|
@ -159,7 +159,7 @@ class XcacheEngine extends CacheEngine {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Increments the group value to simulate deletion of all keys under a group
|
* Increments the group value to simulate deletion of all keys under a group
|
||||||
* old values will remain in sotrage until they expire.
|
* old values will remain in storage until they expire.
|
||||||
*
|
*
|
||||||
* @return boolean success
|
* @return boolean success
|
||||||
**/
|
**/
|
||||||
|
|
Loading…
Add table
Reference in a new issue