MCPcopy Create free account
hub / github.com/apache/trafficserver / handleReadCacheLookupComplete

Method handleReadCacheLookupComplete

include/tscpp/api/Plugin.h:142–146  ·  view source on GitHub ↗

* This method must be implemented when you hook HOOK_CACHE_LOOKUP_COMPLETE */

Source from the content-addressed store, hash-verified

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

Callers 1

invokePluginForEventFunction · 0.45

Calls 1

resumeMethod · 0.80

Tested by

no test coverage detected