sm
/
cache
1
0
Fork 0

README.md: Be consistent with NewFrom()

This commit is contained in:
Patrick Mylund Nielsen 2014-12-22 01:59:29 -05:00
parent 238c0209c0
commit 32dd451b6d
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ safely used by multiple goroutines.
Although go-cache isn't meant to be used as a persistent datastore, the entire
cache can be saved to and loaded from a file (using `c.Items()` to retrieve the
items map to serialize, and `NewFrom()` to create a cache from a deserialized
one) to recover from downtime quickly. (See the docs for `NewFrom` for caveats.)
one) to recover from downtime quickly. (See the docs for `NewFrom()` for caveats.)
### Installation