Caching routes in vuejs using keep-alive | Advanced Guide
There are several types of caching these are grouped into two main categories. private or shared caches.
Shared cache: The cache is stored for reuse by more than one user.
Private cache: The cache is dedicated to a single user.