-
Notifications
You must be signed in to change notification settings - Fork 17
Culturefeed Search Page Caching
Caching happens in 3 of the culturefeed modules:
- culturefeed
- culturefeed_search(this page)
- culturefeed_ui
Culturefeed Search Caching
The culturefeed search caching can be activated on the performance page (admin/config/development/performance).
Enabling the culturefeed search cache will cache some parsed results of requests to the CultureFeed API.
The culturefeed caches are emptied on hook_flush_caches()
. This happens on drush cache-clear all
, when clearing all the caches from the performance page or when clearing the culturefeed search caches.
The culturefeed search cache can also be cleared using the drush command culturefeed-search-cache-clear
with alias cs-cc
. This command does the same as pushing the Flush the Culturefeed search cache button on the performance page.
Proudly presented by CultuurNet Vlaanderen, with help from 2dotstwice and Wunderkraut Belgium.