Skip to content

Commit 7ec5515

Browse files
committed
add slide link in readme
1 parent 42c201c commit 7ec5515

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

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

10+
[Introduction slide](https://speakerdeck.com/motoki317/effective-generic-cache-in-golang) (Japanese)
11+
1012
## Usage
1113

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

0 commit comments

Comments
 (0)