What's the best way to understand if this executed...
# exposed
p
What's the best way to understand if this executed statement was actually executed or just hit the entity cache? (If I understood correctly how it works)
Copy code
override fun afterExecution(
    transaction: Transaction,
    contexts: List<StatementContext>,
    executedStatement: PreparedStatementApi,
) {
    
}