Transients

This commit is contained in:
Tom MacWright
2013-01-09 13:59:32 -05:00
parent 850e7d6568
commit 543a6e169c
+7
View File
@@ -292,3 +292,10 @@ webkit doesn't let querySelectorAll select camelcase elements:
* https://bugs.webkit.org/show_bug.cgi?id=46800
* https://bugs.webkit.org/show_bug.cgi?id=83438
* https://github.com/mbostock/d3/issues/925
## Transients
The graph supports `transient`, which is storage for non-versioned mutable
properties _about_ entities that are stored outside of entities. For instance,
`extent` is about an entity, but can be invalidated and stored without getting
a new graph.