Added image-cache:clear console command

This commit is contained in:
franck
2013-08-15 21:18:16 +02:00
parent d61eeef0d6
commit f028d2b2db
5 changed files with 80 additions and 3 deletions

View File

@@ -140,4 +140,9 @@ final class TheliaEvents
*/
const IMAGE_PROCESS = "action.processImage";
/**
* Sent on cimage cache clear request
*/
const IMAGE_CLEAR_CACHE = "action.clearImageCache";
}