DEV Community

Nhan Nguyen
Nhan Nguyen

Posted on

Caching data in Angular using ts-cacheable

Image description

One of my favorite ways to cache API requests in Angular is using the ts-cachable library
🐳 Easy to use with decorators
🐳 Customizable caching strategy
🐳 Mutatable cache data
🐳 Caching using local storage or memory
🐳 A lot of configurations
🐳 Only 13.4kb bundle size
🐳 Only 4ms download time

Configuration
Image description

Global Configuration
Image description

Here you can find their NPM package:
https://www.npmjs.com/package/ts-cacheable


Let's get connected! You can find me on:

Top comments (0)