We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42c201c commit 7ec5515Copy full SHA for 7ec5515
README.md
@@ -7,6 +7,8 @@
7
8
sc is a simple in-memory caching layer for golang.
9
10
+[Introduction slide](https://speakerdeck.com/motoki317/effective-generic-cache-in-golang) (Japanese)
11
+
12
## Usage
13
14
Wrap your function with sc - it will automatically cache the values for specified amount of time, with minimal overhead.
0 commit comments