From d13e59cca5dbef056a1706801c782271ae034a55 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Fri, 30 Mar 2018 10:47:30 +0100 Subject: [PATCH] Updated Design: Persistable Context (markdown) --- Design:-Persistable-Context.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Design:-Persistable-Context.md b/Design:-Persistable-Context.md index 07a5471..00a0973 100644 --- a/Design:-Persistable-Context.md +++ b/Design:-Persistable-Context.md @@ -292,4 +292,5 @@ Currently,`keys()` needs no arguments. How we get all keys in the external stora * Pros: You can use `keys()` with no arguments as before. * Cons: You cannot get keys from the external storage by `keys()` -> HU: I prefer number 1. I think that the cons is small impact same as set/get. \ No newline at end of file +> HU: I prefer number 1. I think that the cons is small impact same as set/get. +>> NOL: Agreed - number 1. The change to `keys()` syntax is only for persistable context users and just part of the new api it provides. \ No newline at end of file