Version: v0.7.1 - Beta.  We welcome contributors & feedback.

Cache

Caching is a way to temporarily store the results of an operation that might be too expensive to run on every request.

It is most commonly used for large database results.

By default, this module supports a local file-based cache, which is stored in data/cache/keyValue.

If the APCU PHP module is installed, it will use that instead.

You can measure performance improvements with the Perf Panel.

Methods