You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/rest/api/Entity.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -413,8 +413,8 @@ class Stream extends Entity {
413
413
414
414
#### Dynamic Invalidation
415
415
416
-
Returning `undefined` from [Entity.process](https://dataclient.io/rest/api/Entity#process)
417
-
will cause the [Entity](https://dataclient.io/rest/api/Entity) to be [invalidated](https://dataclient.io/docs/concepts/expiry-policy#invalidate-entity).
416
+
Returning `undefined` from [Entity.process](#process)
417
+
will cause the `Entity` to be [invalidated](/docs/concepts/expiry-policy#invalidate-entity).
418
418
This this allows us to invalidate dynamically; based on the particular response data.
0 commit comments