| [ Index ] |
PHP Cross Reference of phpBB-3.2.11-deutsch |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 48 lines (2 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
Interface: ResourceCheckerInterface - X-Ref
Interface for ResourceCheckers.| supports(ResourceInterface $metadata) X-Ref |
| Queries the ResourceChecker whether it can validate a given resource or not. param: ResourceInterface $metadata The resource to be checked for freshness return: bool True if the ResourceChecker can handle this resource type, false if not |
| isFresh(ResourceInterface $resource, $timestamp) X-Ref |
| Validates the resource. param: ResourceInterface $resource The resource to be validated param: int $timestamp The timestamp at which the cache associated with this resource was created return: bool True if the resource has not changed since the given timestamp, false otherwise |
| Generated: Wed Nov 11 20:33:01 2020 | Cross-referenced by PHPXref 0.7.1 |