From ac5b195364b8ccb380091d49886f9278c0f218a3 Mon Sep 17 00:00:00 2001 From: Patrick Mylund Nielsen Date: Mon, 2 Jan 2012 14:05:25 +0100 Subject: [PATCH] store/cache --- cache.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cache.go b/cache.go index 5db4146..9cb9eae 100644 --- a/cache.go +++ b/cache.go @@ -8,7 +8,7 @@ import ( "time" ) -// Cache is an in-memory key:value store cache similar to memcached that is suitable for +// 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. //