Updated Design: Persistable Context (markdown)

Nick O'Leary 2018-03-30 10:47:30 +01:00
parent a8c6fe7687
commit d13e59cca5
1 changed files with 2 additions and 1 deletions

@ -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.
> 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.