This article is written assuming you have a fair understanding of how an Angular Interceptor works and what they do. Caching an Http request for GET calls is highly important as it will avoid making an API service calls unnecessarily. An Interceptor can be used to delegate caching without disturbing your existing Http calls....