sm
/
cache
1
0
Fork 0

s/used safely/safely used/

This commit is contained in:
Patrick Mylund Nielsen 2012-02-09 13:28:51 +01:00
parent 6ce027cd0d
commit 950a5926e8
1 changed files with 1 additions and 1 deletions

2
README
View File

@ -1,6 +1,6 @@
go-cache is an in-memory key:value store/cache similar to memcached that is
suitable for applications running on a single machine. Any object can be stored,
for a given duration or forever, and the cache can be used safely by multiple
for a given duration or forever, and the cache can be safely used by multiple
goroutines.
Although go-cache isn't meant to be used as a persistent datastore, the entire