Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add reference to cache repo #4694

Merged
merged 1 commit into from
May 17, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions user_guide_src/source/intro/psr.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@ classes. Our :doc:`Autoloader </concepts/autoloader>` meets the PSR-4 recommenda
**PSR-6: Caching Interfaces**
**PSR-16: SimpleCache Interface**

While the framework Cache components do not adhere to PSR-6 or PSR-16, a separate set of adapters will
be provided for both as a supplemental module. It is recommended that projects use the native Cache
drivers directly as the adapters are only intended for compatibility with third-party libraries.
While the framework Cache components do not adhere to PSR-6 or PSR-16, a separate set of adapters
are available from the CodeIgniter4 organization as a supplemental module. It is recommended that
projects use the native Cache drivers directly as the adapters are only intended for compatibility
with third-party libraries. For more information visit the `CodeIgniter4 Cache repo <https://github.com/codeigniter4/cache>`_.

**PSR-7: HTTP Message Interface**

Expand Down