fast_cc
Component ID
Component name
Component type
Maintenance status
Development status
Component security advisory coverage
Component created
Component changed
Component body
This module is only for your development environment. DON'T USE FOR PRODUCTION!
This module will clears the cache fast for developers.
- It will truncate all tables with 'cache' in it's name
- Remove all cached js/css/language files
- Invalidates memcached entries
No hooks will be called.
drush cc all
$ time drush cc all
'all' cache was cleared. [success]
real 0m47.194s
user 0m25.478s
sys 0m6.680s
drush fcc
$ time drush fcc
26 cache tables truncated in 356ms [ok]
0 cache files deleted in 71ms [ok]
30089 entries invalidated from memcache in 2ms [ok]
All cache cleared in 430ms [ok]
real 0m2.892s
user 0m2.032s
sys 0m0.152s
