Skip to content

Commit aec8f22

Browse files
committed
Update UG
1 parent 5b1b43a commit aec8f22

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

user_guide_src/source/intro/psr.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,12 @@ CodeIgniter's :doc:`Logger </general/logging>` implements all of the interfaces
2727
This PSR provides a method for organizing file and namespaces to allow for a standard method of autoloading
2828
classes. Our :doc:`Autoloader </concepts/autoloader>` meets the PSR-4 recommendations.
2929

30-
**PSR-6: Caching Interface**
30+
**PSR-6: Caching Interfaces**
31+
**PSR-16: SimpleCache Interface**
3132

32-
CodeIgniter will not be trying to meet this PSR, as we believe it oversteps its needs. The newly proposed
33-
`SimpleCache Interfaces <https://github.com/dragoonis/fig-standards/blob/psr-simplecache/proposed/simplecache.md>`_
34-
do look like something we would consider.
33+
While the framework Cache components do not adhere to PSR-6 or PSR-16, a separate set of adapters are
34+
provided for both in ``CodeIgniter\Psr\Cache``. It is recommended that projects use the native Cache
35+
drivers directly as the adapters are only intended for compatibility with third-party libraries.
3536

3637
**PSR-7: HTTP Message Interface**
3738

0 commit comments

Comments
 (0)