Skip to content

Instantly share code, notes, and snippets.

@vijayrami
Created December 3, 2015 14:11
Show Gist options
  • Select an option

  • Save vijayrami/ee306debdb198a5e0ca3 to your computer and use it in GitHub Desktop.

Select an option

Save vijayrami/ee306debdb198a5e0ca3 to your computer and use it in GitHub Desktop.
How To disable cache in Typo3 extension
Add below code in your Extension controller file.
$GLOBALS['TSFE']->set_no_cache();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment