Go to the source code of this file.
|
| template<typename TSerializer , typename TCacheDelta , typename TValue > |
| void | catapult::cache::WriteCacheChanges (const SingleCacheChangesT< TCacheDelta, TValue > &changes, io::OutputStream &outputStream) |
| | Writes serialized cache changes into outputStream. More...
|
| |
| template<typename TSerializer , typename TValue > |
| void | catapult::cache::ReadCacheChanges (io::InputStream &inputStream, MemoryCacheChangesT< TValue > &changes) |
| | Reads serialized cache changes from inputStream. More...
|
| |