Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 983 Bytes

cache.md

File metadata and controls

24 lines (14 loc) · 983 Bytes

Cache

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.