Skip to content

Instantly share code, notes, and snippets.

@Xatenev
Created November 6, 2014 08:54
Show Gist options
  • Save Xatenev/d37b9b32ae415500e3e2 to your computer and use it in GitHub Desktop.
Save Xatenev/d37b9b32ae415500e3e2 to your computer and use it in GitHub Desktop.
Extbase - clear cache
TRUNCATE `cf_cache_hash`;
TRUNCATE `cf_cache_hash_tags`;
TRUNCATE `cf_cache_pages`;
TRUNCATE `cf_cache_pagesection`;
TRUNCATE `cf_cache_pagesection_tags`;
TRUNCATE `cf_cache_pages_tags`;
TRUNCATE `cf_cache_rootline`;
TRUNCATE `cf_extbase_datamapfactory_datamap`;
TRUNCATE `cf_extbase_datamapfactory_datamap_tags`;
TRUNCATE `cf_extbase_object`;
TRUNCATE `cf_extbase_object_tags`;
TRUNCATE `cf_extbase_reflection`;
TRUNCATE `cf_extbase_reflection_tags`;
TRUNCATE `cf_extbase_typo3dbbackend_queries`;
TRUNCATE `cf_extbase_typo3dbbackend_queries_tags`;
TRUNCATE `cf_extbase_typo3dbbackend_tablecolumns`;
TRUNCATE `cf_extbase_typo3dbbackend_tablecolumns_tags`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment