2
0

Added README

This commit is contained in:
Patrick Mylund Nielsen
2012-01-02 14:13:36 +01:00
parent ca7e0d4f78
commit 741c94726a
2 changed files with 77 additions and 1 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import (
"time"
)
// Cache is an in-memory key:value store/cache similar to memcached that is suitable for
// 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 goroutines.
//