Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(565)

Unified Diff: doc.go

Issue 1269113005: A transparent cache for datastore, backed by memcache. (Closed) Base URL: https://github.com/luci/gae.git@add_meta
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | filter/dscache/context.go » ('j') | filter/dscache/dscache_test.go » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: doc.go
diff --git a/doc.go b/doc.go
index de4c3a8152620eab1e49abc6558ae13fa72aea05..b18f81b45263d6a4863c7d308cdf0d769808d928 100644
--- a/doc.go
+++ b/doc.go
@@ -197,7 +197,7 @@
// example, the Datastore, could look like:
// User code
// <count filter (counts how many times each API is called by the user)>
-// <dscache filter (attempts to use memcache as a cache for datastore)>
+// <dscache filter (attempts to use memcache as a cache for rawdatastore)>
// <count filter (counts how many times each API is actually hit)>
// memory datastore.RawInterface implementation
//
« no previous file with comments | « no previous file | filter/dscache/context.go » ('j') | filter/dscache/dscache_test.go » ('J')

Powered by Google App Engine
This is Rietveld 408576698