retrostashMutate

fun ERROR CLASS: Symbol not found for Request.Builder.retrostashMutate(scopeName: String, invalidateTemplates: List<String> = emptyList(), bindings: Map<String, String> = emptyMap(), invalidateTags: List<String> = emptyList()): ERROR CLASS: Symbol not found for Request.Builder

Marks this request as a Retrostash mutation. Equivalent to @CacheMutate for direct OkHttp use. On a 2xx response, RetrostashOkHttpInterceptor resolves invalidateTemplates against bindings and clears matching cache entries.

Parameters

invalidateTags

Tag templates to resolve and clear on a 2xx response (parallel to invalidateTemplates but matched against per-entry tag sets instead of key templates).