mressex/cache

Different PSR-16 cache implementations

0.5.1 2023-06-14 15:53 UTC

This package is auto-updated.

Last update: 2024-03-14 17:16:03 UTC


README

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.