{"id":14,"date":"2005-06-01T22:06:15","date_gmt":"2005-06-02T03:06:15","guid":{"rendered":"http:\/\/www.chrisdolan.net\/talk\/?p=14"},"modified":"2005-06-01T22:11:59","modified_gmt":"2005-06-02T03:11:59","slug":"when-caches-go-bad","status":"publish","type":"post","link":"https:\/\/chrisdolan.net\/talk\/2005\/06\/01\/when-caches-go-bad\/","title":{"rendered":"When caches go bad"},"content":{"rendered":"<p><\/p>\n\n<p><\/p>\n\n<h4><\/h4>\n\n<p><\/p>\n\n<p><\/p>\n\n<p><\/p>\n\n<p><\/p>\n\n<ul>\n<li><\/li>\n<li><\/li>\n<li><\/li>\n<li><\/li>\n<li><\/li>\n<\/ul>\n\n<p><\/p>\n\n<h4><\/h4>\n\n<p><\/p>\n\n<ol>\n<li><p><\/p>\n\n<p><\/p>\n\n<pre><code>find . -name '*.as' | xargs touch\n<\/code><\/pre>\n\n<p><\/p><\/li>\n<li><p><\/p>\n\n<p><\/p>\n\n<pre><code>find ~\/Library\/Application*Support\/Macromedia\/Flash*MX*2004\/en\/Conf*\/Classes \\\n    -name '*.aso' | perl -lpe 'unlink $_'\n<\/code><\/pre><\/li>\n<\/ol>\n\n<p><\/p>\n\n<h4><\/h4>\n\n<p><\/p>\n\n<ol>\n<li><\/li>\n<li><\/li>\n<\/ol>\n\n<p><\/p>\n\n<pre><code>if  (timestamp(object file) == timestamp(source file))\n    reuse object file\nelse\n    recompile source file\n    set timestamp(object file) = timestamp(source file)\n<\/code><\/pre>\n\n<p><\/p>\n\n<p><\/p>\n\n<p><\/p>\n\n<h4><\/h4>\n\n<p><\/p>\n\n<p><\/p>\n\n<hr \/>\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>find . -name &#8216;*.as&#8217; | xargs touch find ~\/Library\/Application*Support\/Macromedia\/Flash*MX*2004\/en\/Conf*\/Classes \\ -name &#8216;*.aso&#8217; | perl -lpe &#8216;unlink $_&#8217; if (timestamp(object file) == timestamp(source file)) reuse object file else recompile source file set timestamp(object file) = timestamp(source file)<\/p>","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[12,13,8],"tags":[],"_links":{"self":[{"href":"https:\/\/chrisdolan.net\/talk\/wp-json\/wp\/v2\/posts\/14"}],"collection":[{"href":"https:\/\/chrisdolan.net\/talk\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/chrisdolan.net\/talk\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/chrisdolan.net\/talk\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/chrisdolan.net\/talk\/wp-json\/wp\/v2\/comments?post=14"}],"version-history":[{"count":0,"href":"https:\/\/chrisdolan.net\/talk\/wp-json\/wp\/v2\/posts\/14\/revisions"}],"wp:attachment":[{"href":"https:\/\/chrisdolan.net\/talk\/wp-json\/wp\/v2\/media?parent=14"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/chrisdolan.net\/talk\/wp-json\/wp\/v2\/categories?post=14"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/chrisdolan.net\/talk\/wp-json\/wp\/v2\/tags?post=14"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}