Method: Typo3Helper.flush_cache
- Defined in:
- lib/capistrano/typo3/typo3_helper.rb
.flush_cache ⇒ Object
147 148 149 150 |
# File 'lib/capistrano/typo3/typo3_helper.rb', line 147 def self.flush_cache() system("rm -Rf current/dummy/typo3temp/*") system("rm -Rf current/dummy/typo3conf/temp_CACHED_*") end |