Skip to content

Commit

Permalink
add slide link in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
motoki317 committed Mar 27, 2024
1 parent 42c201c commit 7ec5515
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

sc is a simple in-memory caching layer for golang.

[Introduction slide](https://speakerdeck.com/motoki317/effective-generic-cache-in-golang) (Japanese)

## Usage

Wrap your function with sc - it will automatically cache the values for specified amount of time, with minimal overhead.
Expand Down

0 comments on commit 7ec5515

Please sign in to comment.