static function removeAllExpiryCacheFromDisk()
 {
     $expiryCachePath = eZTemplateCacheFunction::expiryTemplateBlockCacheDir();
     eZSubtreeCache::removeExpiryCacheFromDisk( $expiryCachePath );
 }