Is it possible to pre-load cache from command line?

Hello friends in Streamlit,

I have played Streamlit for few weeks already and realized this is a fantastic tool for rapidly developing a reporting page. I also learned how to use @cache decorator to improve efficiency of my script. So only the first client opening my streamlit page needs to wait longer time, the following clients will not need to wait too much time on it because of @cache.

As a result of above situation, I naturally start to think if there is a way can save first client’s time. Is there a known method we can pre-load the page and cache by Linux command line? so every real users opening page from browser can use the cache directly.

It’s my first post on this community. Feel free to let me know and correct me if any inappropriate.

Thanks,