RetrostashKtorRuntime
class RetrostashKtorRuntime(val engine: RetrostashEngine, keyResolver: CoreKeyResolver = CoreKeyResolver())
Thin adapter that translates RetrostashKtorMetadata into QueryMetadata for the underlying RetrostashEngine. Used by RetrostashPlugin; can also be used directly for testing without spinning up a Ktor HttpClient.
Resolves invalidation templates against bindings / bodyBytes before passing them on to RetrostashEngine.invalidateTemplates — matches the semantics of RetrostashOkHttpInterceptor.
Direct cache control — peek, update, invalidate, clear — lives on cache. See RetrostashKtorCache and the README's Cache API section.