[#BloombergLP-ball-AttributeContext_RuleEvaluationCache-isDataAvailable] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/ball.adoc[ball]::xref:BloombergLP/ball/AttributeContext_RuleEvaluationCache.adoc[AttributeContext_RuleEvaluationCache]::isDataAvailable :relfileprefix: ../../../ :mrdocs: Return `true` if this cache contains up‐to‐date cached rule evaluations having the specified `sequenceNumber` for the set of rules indicated by the specified `relevantRulesMask` bit mask, and `false` otherwise. == Synopsis Declared in `<ball_attributecontext.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool isDataAvailable( xref:BloombergLP/bsls/Types/Int64.adoc[bsls::Types::Int64] sequenceNumber, xref:BloombergLP/ball/RuleSet/MaskType.adoc[RuleSet::MaskType] relevantRulesMask) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#