Skip to content

Commit bbfa5c7

Browse files
authored
Merge pull request #4694 from MGatner/ug-cache
Add reference to cache repo
2 parents 8de5275 + 53845ac commit bbfa5c7

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

user_guide_src/source/intro/psr.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)