> For the complete documentation index, see [llms.txt](https://docs.sonsofphp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sonsofphp.com/components/cache.md). # Cache ### Installation ```shell composer require sonsofphp/cache ``` #### PSR-16 - Simple Cache To add support for PSR-16 Simple Cache, require the PSR. ```shell composer require psr/simple-cache ``` ### Usage ```php