File tree Expand file tree Collapse file tree
user_guide_src/source/intro Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,11 +27,12 @@ CodeIgniter's :doc:`Logger </general/logging>` implements all of the interfaces
2727This PSR provides a method for organizing file and namespaces to allow for a standard method of autoloading
2828classes. 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
You can’t perform that action at this time.
0 commit comments