|
CatapultServer
v0.5.0.1 (Elephant)
|
A mixin for adding active querying support to a cache. More...
Public Member Functions | |
| ActivePredicateMixin (const TSet &set) | |
| Creates a mixin around set. More... | |
| bool | isActive (const KeyType &key, Height height) const |
Returns true if the value specified by identifier key is active at height. More... | |
Private Types | |
| using | KeyType = typename TCacheDescriptor::KeyType |
Private Attributes | |
| const TSet & | m_set |
A mixin for adding active querying support to a cache.
|
private |
|
inlineexplicit |
Creates a mixin around set.
|
inline |
Returns true if the value specified by identifier key is active at height.
|
private |