doucou1892 2015-12-21 20:41
浏览 43
已采纳

如何在Fat-free Framework中强制清除动态URL的缓存?

How do i clear the cache of my patterned url (dynamic url)?
Like, /assets/js/@jsname.js...

I don't want to wait until the cache expired, i want to it, immediately after i updated things on my database.

They said that to clear the database, you need to specify the key for it. And i don't know what should i enter for the key :(

Here's my code:

\F3::route("GET @virtualasset: /assets/img/@link/@size.@id.@type", "Control\\Imager->akses", 3600 * 24 * 7); // cache seminggu :3
  • 写回答

2条回答 默认 最新

  • duanlin6989 2015-12-22 07:59
    关注

    HTTP responses are cached using the following key: hash(VERB URI).url.

    So if you want to refresh assets/js/foo.js, you'll have to do:

    $hash=$f3->hash('GET /assets/js/foo.js');
    $cache->clear($hash.'.url');
    

    But that's a bit of a hack since this key is not documented and may change in the future.

    Also you need to remember that the route $ttl parameter not only triggers server cache but also client cache. Which means that you need to implement a cache buster to refresh the client cache. Something like assets/js/foo.js?v=3.

    You may consider implementing cache directly in your controller class. That would give you more flexibility.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 2024-五一综合模拟赛
  • ¥15 如何将下列的“无限压缩存储器”设计出来
  • ¥15 下图接收小电路,谁知道原理
  • ¥15 装 pytorch 的时候出了好多问题,遇到这种情况怎么处理?
  • ¥20 IOS游览器某宝手机网页版自动立即购买JavaScript脚本
  • ¥15 手机接入宽带网线,如何释放宽带全部速度
  • ¥30 关于#r语言#的问题:如何对R语言中mfgarch包中构建的garch-midas模型进行样本内长期波动率预测和样本外长期波动率预测
  • ¥15 ETLCloud 处理json多层级问题
  • ¥15 matlab中使用gurobi时报错
  • ¥15 这个主板怎么能扩出一两个sata口