Skip to content

cache:clear:ee

Rob Sanchez edited this page Nov 1, 2014 · 3 revisions

Clears the EE cache.

$ eecli cache:clear:ee <type>

Arguments

type

Optional. Which type do you want to clear? page, tag, db or all? (Leave blank to clear all)

Examples

Clear all EE caches

$ eecli cache:clear:ee

Clear EE page caches

$ eecli cache:clear:ee page

Clear EE db caches

$ eecli cache:clear:ee db

Clear EE tag caches

$ eecli cache:clear:ee tag
Clone this wiki locally