weixin_33725272 2016-02-16 05:49 采纳率: 0%
浏览 31

JS AJAX缓存响应

So, I have following ajax function:

  jQuery.ajax({
    type : 'POST',
    url : custom.ajax_url,
    dataType : 'json',
    data : {
        action : a,
        id : b,
        extra : d
    },
    success : c
  });

The data response is structured as following:

enter image description here

I want to cache the response.

How would I cache it and how do I control the cached data? (ie, accessing them, deleting, adding new response etc).

Thank you!

  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥15 安装quartus II18.1时弹出此error,怎么解决?
    • ¥15 keil官网下载psn序列号在哪
    • ¥15 想用adb命令做一个通话软件,播放录音
    • ¥30 Pytorch深度学习服务器跑不通问题解决?
    • ¥15 部分客户订单定位有误的问题
    • ¥15 如何在maya程序中利用python编写领子和褶裥的模型的方法
    • ¥15 Bug traq 数据包 大概什么价
    • ¥15 在anaconda上pytorch和paddle paddle下载报错
    • ¥25 自动填写QQ腾讯文档收集表
    • ¥15 DbVisualizer Pro 12.0.7 sql commander光标错位 显示位置与实际不符