Skip to content

Commit c7843c4

Browse files
author
Greg Bowler
committed
docs: readme intro
1 parent e0a9c8a commit c7843c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Cache data in local files.
22
==========================
33

4-
Short blurb.
4+
Making expensive operations like HTTP calls or database queries can be minimised by caching the result of the operations in local files. This can improve performance, reduce network usage, and avoid rate limiting, to name some common benefits. This library provides a single function to define where to cache, what to cache, and when to cache. A validity of 1 hour is set by default, if the valid time is not specified.
55

66
***
77

0 commit comments

Comments
 (0)