Search by

mressex / cache

MrEssex

Different PSR-16 cache implementations

Package info

github.com/MrEssex/simple-cache

pkg:composer/mressex/cache

Statistics

Installs: 1 629

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 1

0.5.1 2023-06-14 15:53 UTC

This package is auto-updated.

Last update: 2026-08-14 22:26:57 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.