From 7ec55155d6b0bc05843268fbc636b28af8e8d294 Mon Sep 17 00:00:00 2001 From: motoki317 Date: Wed, 27 Mar 2024 17:18:35 +0900 Subject: [PATCH] add slide link in readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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.