Cache

December 17, 2023 ยท View on GitHub

PHPLint uses the Symfony Cache Component to speed-up execution of new re-analysis.

Null Cache Adapter

This adapter allow to store/do nothing, but keep API homogeneous.

Filesystem Cache Adapter

This adapter stores the cache item contents (file fingerprint) as regular files in a collection of directories on a locally mounted filesystem (default to .phplint.cache directory into the working directory).

You can change this directory with the cache option. See Configuration chapter.

UML Diagram

UML Diagram

Generated by bartlett/graph-uml package via the resources/graph-uml/build.php script.