Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Culturefeed Search Page Caching

svenhoutmeyers edited this page Jun 18, 2015 · 3 revisions

Caching happens in 3 of the culturefeed modules:

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.

##Culturefeed Search##

Up

Clone this wiki locally