Skip to content

Commit

Permalink
[ci skip] Add reference to cache repo
Browse files Browse the repository at this point in the history
  • Loading branch information
MGatner committed May 17, 2021
1 parent 8de5275 commit 53845ac
Showing 1 changed file with 4 additions and 3 deletions.
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

0 comments on commit 53845ac

Please sign in to comment.