You are here

function restws_update_7001 in RESTful Web Services 7

Same name and namespace in other branches
  1. 7.2 restws.install \restws_update_7001()

Clear the page cache to throw out any RESTWS responses that could be delivered on HTML requests.

File

./restws.install, line 12
Install, update, and uninstall functions for the RESTWS module.

Code

function restws_update_7001() {
  cache_clear_all(NULL, 'cache_page');
}