diff --git a/README.md b/README.md index 1c533a7..2d172f4 100644 --- a/README.md +++ b/README.md @@ -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.