File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
#cache
2
2
3
- A generic cache client interface for [ Go ] ( http://golang.org ) .
3
+ A generic cache client interface for [ Golang ] ( http://golang.org ) .
4
4
5
5
##Introduction
6
6
7
- [ cache] ( https://github.com/tim-mit/cache ) is an attempt to create and build a unified API to many different cache
8
- providers. Application code can use this library to insulate itself from being tied to one cache implementation.
7
+ [ cache] ( https://github.com/tim-mit/cache ) is an attempt to create and build a unified Golang API to many different cache
8
+ providers. Golang application code can use this library to insulate itself from being tied to one cache implementation.
9
9
10
10
A modular provider system (a la the core [ database/sql] ( http://golang.org/pkg/database/sql/ ) package) is used so
11
11
any backing store that offers cache semantics can be utilised.
You can’t perform that action at this time.
0 commit comments