pub struct TransactionExecutor { /* private fields */ }Expand description
Tracks whether a given executor is “dirty” and needs to updated in the executors cache
Implementations
Wraps an executor and tracks that it doesn’t need to be updated in the executors cache.
Wraps an executor and tracks that it needs to be updated in the executors cache.
Wraps an executor and tracks that it needs to be updated in the executors cache only if the transaction succeeded.