Edward FUNG

Results 3 comments of Edward FUNG

I think this feature is important when working with `@property` and `@setter`. The problem is that if I memorise the getter's result, I have to clear or invalidate the cached...

Basically, I am using the techniques described in [here](http://stackoverflow.com/a/17103960/1822624) to pass data between templates. The jade is like template.jade: ``` jade !!! html block vars head title #{pageTitle} - default...

Thanks. I found that the documentation page for GAE has changed a lot since the Google IO 2016. It starts showing automatic generated doc for the packages in google.appengine.ext (e.g....