Victor Woeltjen 3135174491 [Edit] Utilize model cache
Utilize model cache, permitting object models in edit mode to
be reused across multiple distinct instances with unique
contexts (unique contexts are necessary to avoid ambiguity in
the Remove action, WTD-473).

To avoid infinite digest cycles as a consequence of this,
refactor context/composition capability wrappers such that the
former is idempotent (since idempotence is no longer ensured
by the EditableDomainObjectCache) to avoid infinite digest
errors in Edit mode.
2015-01-27 11:52:58 -08:00
..
2015-01-02 14:11:29 -08:00
2015-01-27 11:52:58 -08:00
2015-01-27 11:02:00 -08:00
2014-12-06 09:38:36 -08:00
2014-11-23 15:41:20 -08:00

Contains sources and resources associated with Edit mode.