Skip to content

Commit

Permalink
Merge pull request #4694 from MGatner/ug-cache
Browse files Browse the repository at this point in the history
Add reference to cache repo
  • Loading branch information
MGatner authored May 17, 2021
2 parents 8de5275 + 53845ac commit bbfa5c7
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 bbfa5c7

Please sign in to comment.