Here are some custom made tasks for Capistrano, which might be helpful in the Symfony2 context. First, some cache clearing tasks, that don’t clear the whole cache but only translations or the Twig template cache. namespace :foo do # Clear only translation cache task :clear_translation_cache do now = Time.now timestamp = now.strftime("%Y%m%d%H%M%S") run "[ -d […]