add utility for caching values in the request
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@3795 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
b880efba3e
commit
3a24da7cf9
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ value is just taken from the cache.
|
||||||
42
|
42
|
||||||
|
|
||||||
Let's now have a look at the case where the result of the calculation is
|
Let's now have a look at the case where the result of the calculation is
|
||||||
stored immediately in the view.
|
stored immediately in the view, as an instance attribute (property).
|
||||||
|
|
||||||
>>> v1.value
|
>>> v1.value
|
||||||
calculating
|
calculating
|
||||||
|
|
Loading…
Add table
Reference in a new issue