How much time to expires BabylonJS meshes cached?

Hi All ,
I’m just want to know how much time to expires mesh objects, Textures… from the browser cache
I try to find something like ETag or max-age in response but didn’t find anything ,all I know is i can enable to cache files from manifest or from scene

Thanks

There is no expiration date per se if you rely on OfflineStorage: Optimize using Cached Resources - Babylon.js Documentation

it would expire if a newer version is provided.

1 Like

It’s very clear now
Thanks @sebavan :slightly_smiling_face:

1 Like