interface CheckInterface

Interface for functional Doctor checks.

Functional checks test actual cache operations and require a fully initialized DoctorContext with cache, store, and Redis connection.

Methods

string
name()

Get the human-readable name of this check.

run(DoctorContext $context)

Run the check and return results.

Details

at line 21
string name()

Get the human-readable name of this check.

Return Value

string

at line 26
CheckResult run(DoctorContext $context)

Run the check and return results.

Parameters

DoctorContext $context

Return Value

CheckResult