Tao

          Tao obeys its own inherent Nature

          How To: Clear cache for symfony

          Original article: http://www.symfony-project.com/book/1_0/18-Performance

          Clearing Selective Parts of the Cache

          During application development, you have to clear the cache in various situations:

          • When you create a new class: Adding a class to an autoloading directory (one of the project's lib/ folders) is not enough to have symfony find it automatically. You must clear the autoloading configuration cache so that symfony browses again all the directories of the autoload.yml file and references the location of autoloadable classes--including the new ones.
          • When you change the configuration in production: The configuration is parsed only during the first request in production. Further requests use the cached version instead. So a change in the configuration in the production environment (or any environment where SF_DEBUG is turned off) doesn't take effect until you clear the cached version of the file.
          • When you modify a template in an environment where the template cache is enabled: The valid cached templates are always used instead of existing templates in production, so a template change is ignored until the template cache is cleared or outdated.
          • When you update an application with the sync command: This case usually covers the three previous modifications.

          The problem with clearing the whole cache is that the next request will take quite long to process, because the configuration cache needs to be regenerated. Besides, the templates that were not modified will be cleared from the cache as well, losing the benefit of previous requests.

          That means it's a good idea to clear only the cache files that really need to be regenerated. Use the options of the clear-cache task to define a subset of cache files to clear, as demonstrated in Listing 18-14.

          Listing 18-14 - Clearing Only Selective Parts of the Cache

          // Clear only the cache of the myapp application
          > symfony clear-cache myapp

          // Clear only the HTML cache of the myapp application
          > symfony clear-cache myapp template

          // Clear only the configuration cache of the myapp application
          > symfony clear-cache myapp config

          You can also remove files by hand in the cache/ directory, or clear template cache files selectively from the action with the $cacheManager->remove() method, as described inChapter 12

           

          Note:

          1. We can use $cacheManager->remove() to clear cache after we deployed a new version product.

          2. write code to generate models from database, and then call $cacheManager->remove() to clear cache.


           

          posted on 2007-11-13 17:23 wade 閱讀(627) 評(píng)論(0)  編輯  收藏 所屬分類: PHP 、Symfony


          只有注冊(cè)用戶登錄后才能發(fā)表評(píng)論。


          網(wǎng)站導(dǎo)航:
           

          導(dǎo)航

          <2007年11月>
          28293031123
          45678910
          11121314151617
          18192021222324
          2526272829301
          2345678

          統(tǒng)計(jì)

          常用鏈接

          留言簿(7)

          隨筆分類

          隨筆檔案

          相冊(cè)

          Photo

          搜索

          最新評(píng)論

          閱讀排行榜

          評(píng)論排行榜

          主站蜘蛛池模板: 辽源市| 左权县| 镇安县| 西林县| 沙田区| 清水河县| 邹平县| 鹿泉市| 扶绥县| 阿瓦提县| 宁远县| 合川市| 绥德县| 台中县| 介休市| 故城县| 额济纳旗| 通海县| 邹平县| 平顶山市| 墨脱县| 宣武区| 拜泉县| 南开区| 当雄县| 罗山县| 根河市| 永寿县| 肇庆市| 开鲁县| 阳东县| 平乡县| 察雅县| 安阳县| 高邑县| 寿光市| 柯坪县| 瑞金市| 大足县| 临夏市| 浑源县|