| 1 | <?php |
||
| 9 | class CacheAllSuccessfulGetRequests extends BaseCacheProfile |
||
| 10 | { |
||
| 11 | public function shouldCacheRequest(Request $request): bool |
||
| 23 | |||
| 24 | public function shouldCacheResponse(Response $response): bool |
||
| 36 | |||
| 37 | public function hasCacheableResponseCode(Response $response): bool |
||
| 49 | |||
| 50 | public function hasCacheableContentType(Response $response) |
||
| 56 | } |
||
| 57 |