Non Cache-able content


  • POST requests usually not cacheable
  • XSP pages usually not cacheable
  • Can turn off the cache in Perl code: $r->no_cache(1);
  • Cache can be modified using plugins, so cache can be based on phase of the moon
(borrowed from Matt Sergeant's slides)


35 Next | First| Previous Practical XML under Apache