aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/interop-test-descriptions.md
diff options
context:
space:
mode:
authorGravatar Makarand Dharmapurikar <makarandd@google.com>2016-09-28 10:55:49 -0700
committerGravatar Makarand Dharmapurikar <makarandd@google.com>2016-09-28 10:55:49 -0700
commited3e86b7d907c0d09ce70d794cb964c5a4a2a53e (patch)
tree6fedfb3b9baa89240b2558df771affb47ce5c183 /doc/interop-test-descriptions.md
parent012fc18be93b98967a20986469eada34eac0c061 (diff)
added comment about setting cacheable flag.
Diffstat (limited to 'doc/interop-test-descriptions.md')
-rw-r--r--doc/interop-test-descriptions.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/interop-test-descriptions.md b/doc/interop-test-descriptions.md
index 62d36708f9..19947b3c60 100644
--- a/doc/interop-test-descriptions.md
+++ b/doc/interop-test-descriptions.md
@@ -70,6 +70,10 @@ cache matches left over from previous tests.
Note that client adds a `x-user-ip` header with value `1.2.3.4` to the request.
This is done since some proxys such as GFE will not cache requests from
localhost.
+Note also that the client request needs to marked as cacheable. For now this is
+achieved by setting the cacheable flag in the request context to 'true'.Longer
+term this will be automatically set via method options specified in the proto
+file.
Server features:
* [CacheableUnaryCall][]