Currently we just store CM on a global variable. We should extend this to save the CM Cache objects in memory, and then restore them back to the global variable as needed. We should also have another global variable that stores CM that have already been serialized since the last global reset, so that we do not have to repeat that process.
Should be able to handle this similar to memory, in each of the CM getters
Currently we just store CM on a global variable. We should extend this to save the CM Cache objects in memory, and then restore them back to the global variable as needed. We should also have another global variable that stores CM that have already been serialized since the last global reset, so that we do not have to repeat that process.
Should be able to handle this similar to memory, in each of the CM getters