ResourceCheckerInterface::isFresh()

bool isFresh(ResourceInterface $resource, int $timestamp)

Validates the resource.

Parameters

ResourceInterface $resource The resource to be validated
int $timestamp The timestamp at which the cache associated with this resource was created

Return Value

bool True if the resource has not changed since the given timestamp, false otherwise
doc_Symfony
2016-10-28 06:30:14
Comments
Leave a Comment

Please login to continue.