How to destory keepAlive

Excuse me, I am using Framework7 v8.3.0. 。I have a question: In my route A → B → C → D, all routes have keepAlive caching. If I return from D to A and re-enter B, I want to destroy the cached route for D. How can I do that? Or, if I go back, I want to remove the cache of the previous route.