invalidateQuery

suspend fun invalidateQuery(scopeName: String, template: String, bindings: Map<String, Any?>, bodyBytes: ByteArray? = null): String?

Resolves template against bindings in the namespace of scopeName and invalidates the resulting cache key. Returns the resolved key, or null if any placeholder couldn't be filled.