From 6ce027cd0d9b959f92572fad317572bb10905abd Mon Sep 17 00:00:00 2001 From: Patrick Mylund Nielsen Date: Sun, 29 Jan 2012 05:46:26 +0100 Subject: [PATCH] s/database/persistent datastore/g --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index f6377ce..c2edfdc 100644 --- a/README +++ b/README @@ -3,9 +3,9 @@ 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. -Although go-cache isn't meant to be used as a database, the entire cache may -be saved to and loaded from a file (or any io.Reader/Writer) to recover from -downtime quickly. +Although go-cache isn't meant to be used as a persistent datastore, the entire +cache may be saved to and loaded from a file (or any io.Reader/Writer) to recover +from downtime quickly. == Installation