Open irychen opened 23 hours ago
I am planning to add a cache auto-expire feature
function Layout(){ return (<KeepAlive maxAliveTime={"20s"}> {/*....*/} </KeepAlive>) }
function Layout(){ return (<KeepAlive maxAliveTime={{ "admin/dashboard":"20s" }}> {/*....*/} </KeepAlive>) }
I am planning to add a cache auto-expire feature