在Laravel中为图像设置缓存过期

时间:2015-01-23 03:37:01

标签: laravel laravel-4

如何仅在laravel 4.1中为图像设置缓存过期?关于这个主题的文档很少。

有人想出来了吗?

1 个答案:

答案 0 :(得分:0)

试试这个

 return Response::view('some_template')->header('Cache-Control', 'no-store, no-cache, must-revalidate, post-check=0, pre-check=0');