com\setasign\SetaFramework\SimpleCache\Validator
ValidatorInterface Interface ValidatorInterface
File: /SetaFramework/src/SimpleCache/Validator/ValidatorInterface.php
Implemented in
Summary
Methods
getValidationInfo()
Fetches the actual validation information.
The cached value will be saved together with this information and will be given as $validationInfo in isValid().
isValid()
This method checks whether the cached value is still valid.
It should compare just compare $validationInfo with the actual result of getValidationInfo().
Parameters
- $validationInfo : mixed
Must accept all possible results of getValidationInfo and null.
