PHP-RN logo PHP-RN

PSR-16 Meta Document

1. Summary

Caching is a common way to improve the performance of any project, and many libraries make use or could make use of it. Interoperability at this level means libraries can drop their own caching implementations and easily rely on the one given to them by the framework, or another dedicated cache library the user picked.

2. Why Bother?

PSR-6 solves this problem already, but in a rather formal and verbose way for what the most simple use cases need. This simpler approach aims to build a standardized layer of simplicity on top of the existing PSR-6 interfaces.

3. Scope

3.1 Goals

3.2 Non-Goals

4. Approaches

The approach chosen here is very barebones by design, as it is to be used only by the most simple cases. It does not have to be implementable by all possible cache backends, nor be usable for all usages. It is merely a layer of convenience on top of PSR-6.

5. People

5.1 Editor(s)

5.2 Sponsors

5.3 Contributors

For their role in the writing the initial version of this cache PSR:

For being an early reviewer

6. Votes