signature

open fun signature(signature: Key): T

Sets some additional data to be mixed in to the memory and disk cache keys allowing the caller more control over when cached data is invalidated.

Note - The signature does not replace the cache key, it is purely additive.

Return

This request builder.

See also

Parameters

signature

A unique non-null Key representing the current state of the model that will be mixed in to the cache key.


open val signature: Key