|  | 
| using | Touch = HeightBasedTouchMixin< typename TCacheTypes::PrimaryTypes::BaseSetDeltaType, typename TCacheTypes::HeightGroupingTypes::BaseSetDeltaType > | 
|  | 
| using | Pruning = HeightBasedPruningMixin< typename TCacheTypes::PrimaryTypes::BaseSetDeltaType, typename TCacheTypes::HeightGroupingTypes::BaseSetDeltaType > | 
|  | 
| using | PatriciaTreeView = PatriciaTreeMixin< typename TDescriptor ::PatriciaTree > | 
|  | 
| using | PatriciaTreeDelta = PatriciaTreeDeltaMixin< TCacheTypes::PrimaryTypes::BaseSetDeltaType, typename TDescriptor ::PatriciaTree::DeltaType > | 
|  | 
| using | Size = SizeMixin< TCacheTypes::PrimaryTypes::BaseSetDeltaType > | 
|  | 
| using | Contains = ContainsMixin< TCacheTypes::PrimaryTypes::BaseSetDeltaType, TDescriptor > | 
|  | 
| using | Iteration = IterationMixin< TCacheTypes::PrimaryTypes::BaseSetDeltaType > | 
|  | 
| using | ConstAccessor = ConstAccessorMixin< TCacheTypes::PrimaryTypes::BaseSetDeltaType, TDescriptor > | 
|  | 
| using | MutableAccessor = MutableAccessorMixin< TCacheTypes::PrimaryTypes::BaseSetDeltaType, TDescriptor > | 
|  | 
| using | ConstAccessorWithAdapter = ConstAccessorMixin< TCacheTypes::PrimaryTypes::BaseSetDeltaType, TDescriptor, TValueAdapter > | 
|  | 
| using | MutableAccessorWithAdapter = MutableAccessorMixin< TCacheTypes::PrimaryTypes::BaseSetDeltaType, TDescriptor, TValueAdapter > | 
|  | 
| using | ActivePredicate = ActivePredicateMixin< TCacheTypes::PrimaryTypes::BaseSetDeltaType, TDescriptor > | 
|  | 
| using | BasicInsertRemove = BasicInsertRemoveMixin< TCacheTypes::PrimaryTypes::BaseSetDeltaType, TDescriptor > | 
|  | 
| using | DeltaElements = deltaset::DeltaElementsMixin< TCacheTypes::PrimaryTypes::BaseSetDeltaType > | 
|  | 
template<typename TDescriptor, typename TCacheTypes>
struct catapult::cache::LockInfoCacheDeltaMixins< TDescriptor, TCacheTypes >
Mixins used by the lock info cache delta.