for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace SilverStripe\Elastica;
class ClearElasticFieldCacheExtension extends \Extension {
public function onAfterInit() {
$cache = \SS_Cache::factory('elasticsearch');
$cache->clean();
}