Skip to content

Commit

Permalink
fix: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
allanchrs committed May 6, 2024
1 parent f95067f commit defadf9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
[![Coverage Status](https://coveralls.io/repos/github/droplinkme/cache-decorators/badge.svg)](https://coveralls.io/github/droplinkme/cache-decorators)
[![NPM](https://img.shields.io/npm/v/%40droplink%2Fcache-decorators)](https://www.npmjs.com/package/@droplink/cache-decorators)
![NPM Downloads](https://img.shields.io/npm/dw/%40droplink%2Fcache-decorators)
[![Socket Badge](https://socket.dev/api/badge/npm/package/@droplink/cache-decorators)](https://socket.dev/npm/package/@droplink/cache-decorators)

Cache Decorators is a lightweight TypeScript library that provides decorators for caching function results, seamlessly integrating with various caching implementations. It offers decorators for caching, invalidating cache entries, and removing cache entries based on predefined conditions. With Cache Decorators, you can easily enhance the performance of your applications by caching expensive function calls, reducing response times, and optimizing resource utilization.

Expand Down

0 comments on commit defadf9

Please sign in to comment.