package com.ustadmobile.libcache.distributed.model interface DistributedCacheWhatWithIdAndPayload { val id: Int val payload: ByteArray }