Go to the source code of this file.
|
template<typename TKeyTraits , typename TDescriptor , typename TContainer , typename TMemorySet > |
void | catapult::cache::UpdateSet (RdbTypedColumnContainer< TDescriptor, TContainer > &elements, const deltaset::DeltaElements< TMemorySet > &deltas) |
| Applies all changes in deltas to elements. More...
|
|
template<typename TDescriptor , typename TContainer , typename TPruningBoundary > |
void | catapult::cache::PruneBaseSet (RdbTypedColumnContainer< TDescriptor, TContainer > &elements, const TPruningBoundary &pruningBoundary) |
| Optionally prunes elements using pruningBoundary, which indicates the upper bound of elements to remove. More...
|
|