sbsedv/memory-cache

This package is abandoned and no longer maintained. No replacement package was suggested.

In-Memory Psr-6 cache implementation.

v2.0.0 2021-12-01 04:25 UTC

This package is auto-updated.

Last update: 2023-12-13 08:39:47 UTC


README

Psr-6 compliant In-Memory cache implementation using an array as storage.
This implementation is usefull for testing purposes and per-request caching.

Because the library internally stores its data in an array, all data is lost after the php process is terminated (most likely when your request finishes).