Is it somehow possible to tell the module to just cache the query & ignore the html output?

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

erikwebb’s picture

Title: Just cache query, do not cache html output » Add "Never cache" option to results and output
Component: User interface » Code
Category: support » feature

I agree this is a little confusing, because Views' built-in caching methods support this behavior. We've essentially replaced "Never cache" (read: "never") with "None" (read: "forever").

jaydub’s picture

Status: Active » Needs review
FileSize
2.28 KB

This was actually done in the Drupal 6 branch (See #962894: Add Option to "Never Cache" ?). I've added a patch to the Drupal 7 version that replicates the changes already committed to Drupal 6.

elliotttf’s picture

The previous patch didn't actually result in views skipping cache for entries. It was a small change to support this though...

DamienMcKenna’s picture