Does wx Mini Program have a local static resource cache?

with the following nginx configuration, can Mini Program read cache locally?

location /static {
    expires 30d;
    autoindex on; 
    add_header Cache-Control private;
    alias .../assets;
 }
Mar.21,2021
Menu