final class BasicOperationsCheck implements CheckInterface

Tests basic cache operations: put, get, has, missing, forget, pull, remember.

These operations are mode-agnostic (work the same for both tagging modes).

Methods

string
name()

Get the human-readable name of this check.

run(DoctorContext $context)

Run the check and return results.

Details

at line 17
string name()

Get the human-readable name of this check.

Return Value

string

at line 22
CheckResult run(DoctorContext $context)

Run the check and return results.

Parameters

DoctorContext $context

Return Value

CheckResult