diff --git a/src/orbit-envoy.pug b/src/orbit-envoy.pug
index dc95b44e8031a99922607276e2eddb765ba83efc..fa3c25dee1ebb445982838b3777b21ec76621997 100644
--- a/src/orbit-envoy.pug
+++ b/src/orbit-envoy.pug
@@ -114,6 +114,7 @@ for component of components
         if(typeof path === 'string') {
           if(path.startsWith('federation://')) {
             federations[`store://local.${component.uniq}/${attribute}/`] = {
+              "@cache": "false",
               "@context": "https://cdn.happy-dev.fr/owl/hdcontext.jsonld",
               "@type": "ldp:Container",
               "@id": `store://local.${component.uniq}/${attribute}/`,
@@ -163,6 +164,7 @@ for component of components
             if(typeof path === 'string') {
               if(path.startsWith('federation://')) {
                 federations[`store://local.${extension.uniq}/${attribute}/`] = {
+                  "@cache": "false",
                   "@context": "https://cdn.happy-dev.fr/owl/hdcontext.jsonld",
                   "@type": "ldp:Container",
                   "@id": `store://local.${extension.uniq}/${attribute}/`,