Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
malvads authored Feb 27, 2024
1 parent d06cb06 commit 46fc079
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,11 @@ end
because the data is already cached, so it will not call the block, it will return the cached data instead.

This will output the cached data, remember that cached data is stored in mem for only 3600 seconds

## Examples

You can search for examples in `examples` folder for caching http requests and responses using EasyCache

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/malvads/easycache .

0 comments on commit 46fc079

Please sign in to comment.