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
#### :warning: Please note that the V9 is mostly a PHP 8 type aware update of Phpfastcache with some significant changes !
5
5
> As the V9 is **relatively** not compatible with previous versions, please read carefully the [migration guide](./docs/migration/MigratingFromV8ToV9.md) to ensure you the smoothest migration possible.
@@ -19,19 +19,16 @@ The simplicity of abstraction: One class for many backend cache. You don't need
\* Driver descriptions available in DOCS/DRIVERS.md
31
+
\* Driver descriptions available in [DOCS/DRIVERS.md](./docs/DRIVERS.md)
35
32
36
33
---------------------------
37
34
Because caching does not mean weaken your code
@@ -41,6 +38,7 @@ Phpfastcache has been developed over the years with 3 main goals:
41
38
- Performance: We optimized and still optimize the code to provide you the lightest library as possible
42
39
- Security: Because caching strategies can sometimes comes with unwanted vulnerabilities, we do our best to provide you a sage & strong library as possible
43
40
- Portability: No matter what operating system you're working on, we did our best to provide you the most cross-platform code as possible
0 commit comments