Is it somehow possible to tell the module to just cache the query & ignore the html output?
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | views_content_cache-never_cache_option-181593-3.patch | 2.76 KB | elliotttf |
| #2 | views_content_cache-never_cache_option-181594-2.patch | 2.28 KB | jaydub |
Comments
Comment #1
erikwebb commentedI 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").
Comment #2
jaydub commentedThis 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.
Comment #3
elliotttf commentedThe previous patch didn't actually result in views skipping cache for entries. It was a small change to support this though...
Comment #4
damienmckenna