You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,11 +46,11 @@ Also a [Drupal 8 Module](https://github.com/PHPSocialNetwork/phpfastcache-drupal
46
46
---------------------------
47
47
Not a "Traditional" Caching
48
48
---------------------------
49
-
phpFastCache is not like the traditional caching methods which keep reading and writing to
49
+
Phpfastcache is not like the traditional caching methods which keep reading and writing to
50
50
files, sqlite or keeping open massive amounts of connections to memcache, redis, mongodb...\
51
51
Also, when you use high performances drivers, your miss hits will be drastically reduced.\
52
52
Slightly different from the usual caching libraries you will find everywhere on the internet,
53
-
the phpFastCache library reduces the I/O and CPU load as much as possible.
53
+
the Phpfastcache library reduces the I/O and CPU load as much as possible.
54
54
55
55
```php
56
56
<?php
@@ -259,7 +259,7 @@ Introducing new helpers
259
259
---------------------------
260
260
:books: As of the V6, PhpFastCache provides some helpers to make your code easier.
261
261
262
-
- The [ActOnAll Helper](https://github.com/PHPSocialNetwork/phpfastcache/wiki/%5BV6%CB%96%5D-Act-on-all-instances) to help you to act on multiple instance at once.
262
+
-(:warning: Removed in v8, [why ?](https://github.com/PHPSocialNetwork/phpfastcache/wiki/%5BV6%CB%96%5D-Act-on-all-instances)) ~~The [ActOnAll Helper](https://github.com/PHPSocialNetwork/phpfastcache/wiki/%5BV6%CB%96%5D-Act-on-all-instances) to help you to act on multiple instance at once.~~
263
263
- The [CacheConditional Helper](https://github.com/PHPSocialNetwork/phpfastcache/wiki/%5BV6%CB%96%5D-Cache-Conditional) to help you to make the basic conditional statement more easier.
264
264
265
265
#### Important note:
@@ -270,7 +270,7 @@ May more will come in the future, feel free to contribute !
270
270
---------------------------
271
271
Introducing aggregated cluster support
272
272
---------------------------
273
-
`//@todo here`
273
+
Check out the [WIKI](https://github.com/PHPSocialNetwork/phpfastcache/wiki/%5BV8%CB%96%5D-Aggregated-cache-cluster) to learn how to implement aggregated cache clustering feature.
0 commit comments