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

Method handleReadCacheHeaders

include/tscpp/api/Plugin.h:133–137  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

131 * This method must be implemented when you hook HOOK_READ_CACHE_HEADERS
132 */
133 virtual void
134 handleReadCacheHeaders(Transaction &transaction)
135 {
136 transaction.resume();
137 };
138
139 /**
140 * This method must be implemented when you hook HOOK_CACHE_LOOKUP_COMPLETE

Callers 1

invokePluginForEventFunction · 0.80

Calls 1

resumeMethod · 0.80

Tested by

no test coverage detected