Class: LocalTObjectCache

Contractual.LocalTObjectCache()

The LocalTObjectCache is a simple wrapper of an Object or Map. This is used in the contractual operations to save transition object between primary and seconday invokations.

Keep basic transition information around between calls for certain flow processes. this is not shared with other system processes, so just use local data structures. (this could be modularized with C++ or other..)