quattro_4 scribble

scribble 落書き (調べた事をただ落書きする)

NSScreencast Episode #15 HTTP Caching

HTTP Caching - NSScreencast

  • cache-tester heroku app
  • curl
    • Etag, Last-Modified
    • Cache-Control: max-age=10
    • curl -I -H "If-None-Match: \"xxxxxxx\""
      • 304 Not Modified
    • curl -I -H "If-Modified-Since: DATE"
  • Charles
    • HTTP monitor
    • FIlter url
  • Pods SDURLCache
    • in the beginning of application prepareCache
      • SDURLCache, memory capacity, disk capacity
      • cacheinfo.plist