ResourceCheckerInterface

ResourceCheckerInterface

interface ResourceCheckerInterface

Interface for ResourceCheckers.

When a ResourceCheckerConfigCache instance is checked for freshness, all its associated metadata resources are passed to ResourceCheckers. The ResourceCheckers can then inspect the resources and decide whether the cache can be considered fresh or not.

Methods

bool supports(ResourceInterface $metadata)

Queries the ResourceChecker whether it can validate a given resource or not.

bool isFresh(登录查看完整内容