$templateCache 第一次使用模板,它被加载到模板缓存中,以便快速检索.你可以直接将模板标签加载到缓存中,或者通过$templateCache服务. 通过script标签: <script type=”text/ng-template” id=”template.html”> <p>This is the content of the template</p> </script> 备注:script标签模板不需要包含在文档头部.但他必须在$root
MySQL Query Cache 会缓存select 查询,安装时默认是开启的,但是如果对表进行INSERT, UPDATE, DELETE, TRUNCATE, ALTER TABLE, DROP TABLE, or DROP DATABASE等操作时,之前的缓存会无效并且删除.这样一定程度上也会影响我们数据库的性能.所以对一些频繁的变动表的情况开启缓存是不明智的.还有一种情况我们测试数据库性能的时候也要关闭缓存,避免缓存对我们测试数据的影响.下面介绍两种不使用缓存的方案: 第一种:方案 首
在Firefox中关闭缓存 看看这里 在地址栏输入:about:config 然后在过滤器中输入:browser.cache.disk.enable 解释:When a page is loaded, it can be cached so it doesn’t need to be downloaded to be redisplayed. For e-mail and news, messages and attachments are cached as well. This prefer