douya7309 2017-01-24 14:36
浏览 52
已采纳

关于PHP中的缓存

I have few question where I am confused about the server side cache in PHP. I am using Yii2 to set MemCache. And my question are:-

1.How can I get expire time of cache variable with id?

\Yii::$app->cache->set('cacheId',$counter,$expireTime); //set cache with id cacheId

2.If I set same cache id/ overwrite cache id without $expireTime. It will take default expire time or from before?

\Yii::$app->cache->set('cacheId',\Yii::$app->cache->get(cacheId)+1); //overwrite cachewith id cacheId.

Code looks are in Yii2 but my question is related to server side cache mechanism in PHP.

Thanks You.

  • 写回答

1条回答 默认 最新

  • doumengyin0491 2017-01-24 15:31
    关注

    Question 1.

    Yii2 does not offer a way to retrieve expiration time, see API Documentation. MemCache specifically also does not support this if you check the PHP Reference, so if this information is crucial for your scenario, you have to store it yourself or use a cache implementation which supports it.

    Question 2.

    Yes, if you overwrite a cached item with set, a completely new expiration time will be applied, so if none is given, the default will be used.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥100 set_link_state
  • ¥15 虚幻5 UE美术毛发渲染
  • ¥15 CVRP 图论 物流运输优化
  • ¥15 Tableau online 嵌入ppt失败
  • ¥100 支付宝网页转账系统不识别账号
  • ¥15 基于单片机的靶位控制系统
  • ¥15 真我手机蓝牙传输进度消息被关闭了,怎么打开?(关键词-消息通知)
  • ¥15 装 pytorch 的时候出了好多问题,遇到这种情况怎么处理?
  • ¥20 IOS游览器某宝手机网页版自动立即购买JavaScript脚本
  • ¥15 手机接入宽带网线,如何释放宽带全部速度