Example #1
0
 public function canCacheResponse(Response $response)
 {
     return $response->isSuccessful() && $response->canCache();
 }