sm
/
cache
1
0
Fork 0

store/cache

This commit is contained in:
Patrick Mylund Nielsen 2012-01-02 14:05:25 +01:00
parent a78bca69e4
commit ac5b195364
1 changed files with 1 additions and 1 deletions

View File

@ -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.
//