From 53845ac8dde76cc08948a5d289e318202d51ac67 Mon Sep 17 00:00:00 2001 From: MGatner Date: Mon, 17 May 2021 01:28:48 +0000 Subject: [PATCH] [ci skip] Add reference to cache repo --- user_guide_src/source/intro/psr.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/user_guide_src/source/intro/psr.rst b/user_guide_src/source/intro/psr.rst index 096a2450acc1..92f47fc235f0 100644 --- a/user_guide_src/source/intro/psr.rst +++ b/user_guide_src/source/intro/psr.rst @@ -30,9 +30,10 @@ classes. Our :doc:`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 `_. **PSR-7: HTTP Message Interface**