File tree Expand file tree Collapse file tree
user_guide_src/source/intro Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,9 +30,10 @@ classes. Our :doc:`Autoloader </concepts/autoloader>` meets the PSR-4 recommenda
3030**PSR-6: Caching Interfaces **
3131**PSR-16: SimpleCache Interface **
3232
33- While the framework Cache components do not adhere to PSR-6 or PSR-16, a separate set of adapters will
34- be provided for both as a supplemental module. It is recommended that projects use the native Cache
35- drivers directly as the adapters are only intended for compatibility with third-party libraries.
33+ While the framework Cache components do not adhere to PSR-6 or PSR-16, a separate set of adapters
34+ are available from the CodeIgniter4 organization as a supplemental module. It is recommended that
35+ projects use the native Cache drivers directly as the adapters are only intended for compatibility
36+ with third-party libraries. For more information visit the `CodeIgniter4 Cache repo <https://github.com/codeigniter4/cache >`_.
3637
3738**PSR-7: HTTP Message Interface **
3839
You can’t perform that action at this time.
0 commit comments