* This method must be implemented when you hook HOOK_CACHE_LOOKUP_COMPLETE */
| 140 | * This method must be implemented when you hook HOOK_CACHE_LOOKUP_COMPLETE |
| 141 | */ |
| 142 | virtual void |
| 143 | handleReadCacheLookupComplete(Transaction &transaction) |
| 144 | { |
| 145 | transaction.resume(); |
| 146 | }; |
| 147 | |
| 148 | /** |
| 149 | * This method must be implemented when you hook HOOK_TXN_CLOSE |
no test coverage detected