Multiple Cache LOPs?

   2363   1   2
User Avatar
Member
240 posts
Joined: Oct. 2014
Offline
Are there any gotchas we should know about when using multiple Cache LOPs at different points in our Networks? I'm thinking of implementing these in a few places but I thought I would throw the question out there. One question I have is this: if I have Cache LOP #1 high up in the graph, then Cache LOP #2 lower in the graph the stuff in between being potentially mutable), does Cache LOP #2 use the cache generated by #1 when building its own, or does it recache from scratch?
Edited by Tim Crowson - Sept. 12, 2021 22:48:59
- Tim Crowson
Technical/CG Supervisor
User Avatar
Staff
451 posts
Joined: June 2020
Offline
Hey Tim,

The Cache LOP doesn't do anything magical in terms of walking up the graph. Cache #2 in your example will use whatever Cache #1 (and everything that follows) produced.

- Rob
  • Quick Links