Cache the right hand sidebar contents

Is there anyway of caching the right sidebar contents, i built a vertical sticky scroll right sidebar on the reddit-ish theme but it jumps around when loading. I also used the wonderful

I was wondering how i would cache this with a 24hr flush?

I have stopped the initial jump with some css but would still like the content to be cached for 24hrs if at all possible

@media screen and (min-width: 767px) {
.tc-right-sidebar {
min-height: calc(100vh - 101px);
}

.tc-sidebar-inner {
width: 100%;
}
.rs-minimal-gamification-leaderboard {
min-height: 390px;
}
.rs-top_topics,
.rs-latest-topics {
min-height: 460px;
}
}