Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 302 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 302 Bytes

Cache

Different caching implementations based of PSR-16.

File Cache

Simple file cache that will store the files in the root of the project folder. Can be customised.

APCU Cache

Simple APCU Cache that can be used to store the cached object in APCU

TODO

Implement multiple functions.