s/database/persistent datastore/g
This commit is contained in:
parent
73233e97c3
commit
6ce027cd0d
6
README
6
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
|
for a given duration or forever, and the cache can be used safely by multiple
|
||||||
goroutines.
|
goroutines.
|
||||||
|
|
||||||
Although go-cache isn't meant to be used as a database, the entire cache may
|
Although go-cache isn't meant to be used as a persistent datastore, the entire
|
||||||
be saved to and loaded from a file (or any io.Reader/Writer) to recover from
|
cache may be saved to and loaded from a file (or any io.Reader/Writer) to recover
|
||||||
downtime quickly.
|
from downtime quickly.
|
||||||
|
|
||||||
== Installation
|
== Installation
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user