mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Merge pull request #1157 from ravage84/patch-1
Fix two typos in CacheEngine.php
This commit is contained in:
commit
804bd77eb2
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ abstract class CacheEngine {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Clears all values belonging to a group. Is upt to the implementing engine
|
* Clears all values belonging to a group. Is upt to the implementing engine
|
||||||
* to decide whether actually deete the keys or just simulate it to acheive
|
* to decide whether actually delete the keys or just simulate it to achieve
|
||||||
* the same result.
|
* the same result.
|
||||||
*
|
*
|
||||||
* @param string $groups name of the group to be cleared
|
* @param string $groups name of the group to be cleared
|
||||||
|
|
Loading…
Reference in a new issue