barryvdh / laravel-httpcache

Laravel HTTP Cache
484 stars 41 forks source link

Not working with json format #26

Open NourdineMazali opened 8 years ago

NourdineMazali commented 8 years ago

Hi, 1st of all thank you for making the Symphony's httpcache available for Laravel. Anyhow the Response::json()->setTtl(); doesn't return the cached version, only Response::view does ?!!