cacheSelfieBinary

suspend fun cacheSelfieBinary(toCache: suspend () -> ByteArray): CacheSelfieBinarySuspend<ByteArray>
suspend fun <T> cacheSelfieBinary(roundtrip: Roundtrip<T, ByteArray>, toCache: suspend () -> T): CacheSelfieBinarySuspend<T>