VcrSelfie

Types

Link copied to clipboard

Functions

Link copied to clipboard
open override fun close()
Link copied to clipboard
fun nextFrame(key: String, value: Cacheable<String>): String
fun <V> nextFrame(key: String, roundtripValue: Roundtrip<V, String>, value: Cacheable<V>): V
Link copied to clipboard
fun <V> nextFrameBinary(key: String, roundtripValue: Roundtrip<V, ByteArray>, value: Cacheable<V>): V
Link copied to clipboard
inline fun <V> nextFrameJson(key: String, value: Cacheable<V>): V