| 2632 | |
| 2633 | |
| 2634 | void KernelCache::CacheInfo::Store(SerializationContext& context) const |
| 2635 | { |
| 2636 | Serialize(context, "metadataVersion", METADATA_VERSION); |
| 2637 | |
| 2638 | MSS(images); |
| 2639 | MSS(imageStarts); |
| 2640 | MSS_CAST(cacheFormat, uint8_t); |
| 2641 | } |
| 2642 | |
| 2643 | // static |
| 2644 | std::optional<KernelCache::CacheInfo> KernelCache::CacheInfo::Load(DeserializationContext& context) |