* Return true if the cache can safely and meaningfully be used. */
| 105 | * Return true if the cache can safely and meaningfully be used. |
| 106 | */ |
| 107 | bool enabled() |
| 108 | { |
| 109 | return this->OriginalDataDefined && this->ConsumerDefined && this->CacheDefined && |
| 110 | this->ConsumerUnmodified && this->OriginalMeshUnmodified && this->AttributesIdsExists; |
| 111 | } |
| 112 | |
| 113 | /** |
| 114 | * Return true if and only if every members are equals. |
no outgoing calls