Skip to content

Commit

Permalink
feat: testing
Browse files Browse the repository at this point in the history
  • Loading branch information
tassioFront committed Nov 5, 2024
1 parent f0c1b09 commit 40152dd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/dependabot-pr-manager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ npm i utility-http-front-cache

## Motivation

The `http-front-cache` utility was created to provide a simple and efficient way to cache the results of service functions in the browser's session storage. This can significantly improve the performance of applications by reducing the number of redundant network requests and computations. However, it is important to use this utility with caution and adhere to the following constraints:

1. The data to be cached is not too big.
2. The data to be cached is not sensitive.
3. The data to be cached does not change too often.
Expand Down

0 comments on commit 40152dd

Please sign in to comment.