@@ -25,8 +25,9 @@ The simplicity of abstraction: One class for many backend cache. You don't need
25
25
| ` Memcache(d) ` _ (Core)_ | ` Mongodb ` _ ([ Extension] ( https://github.com/PHPSocialNetwork/mongodb-extension ) )_ | | |
26
26
| ` Solr ` _ ([ Extension] ( https://github.com/PHPSocialNetwork/solr-extension ) )_ | ` Predis ` _ (Core)_ | | |
27
27
| ` Sqlite ` _ (Core)_ | ` Ravendb ` _ ([ Extension] ( https://github.com/PHPSocialNetwork/ravendb-extension ) ) | | |
28
- | ` Wincache ` _ (Core)_ <br >(** Deprecated** as of v9.2, will be removed as of v10) | ` Redis ` /` RedisCluster ` _ (Core)_ | | |
29
- | ` Zend Disk Cache ` _ (Core)_ | ` Ssdb ` _ (Core)_ | | |
28
+ | ` Wincache ` _ (Core)_ <br >(** Deprecated** as of v9.2, will be removed as of v10) | ` Relay ` ([ By end of 2024] ( https://relay.so/ ) ) |
29
+ | ` Zend Disk Cache ` _ (Core)_ | ` Redis ` /` RedisCluster ` _ (Core)_ | | |
30
+ | | ` Ssdb ` _ (Core)_ | | |
30
31
| | ` Zend Memory Cache ` _ (Core)_ | | |
31
32
32
33
\* Driver descriptions available in [ DOCS/DRIVERS.md] ( ./docs/DRIVERS.md )
@@ -311,11 +312,6 @@ echo implode('<br />', $CachedString->get());// Will echo your product list
311
312
312
313
```
313
314
314
- ##### :floppy_disk : Legacy support (Without Composer)
315
- ~~ * See the file examples/withoutComposer.php for more information.~~ \
316
- :warning : The legacy autoload will be removed in the next major release :warning : \
317
- Please include Phpfastcache through composer by running ` composer require phpfastcache/phpfastcache ` .
318
-
319
315
#### :zap : Step 3: Enjoy ! Your website is now faster than lightning !
320
316
For curious developers, there is a lot of other examples available [ here] ( ./docs/examples ) .
321
317
0 commit comments