Is there a way to implement caching?
Flithor opened this issue · 3 comments
Issue type:
- ❓ Question
Question:
I need to monitor a value, which 0 for a long time, but occasionally a non-zero value, and only stays 1 tick, I need to record and keep this value until it changes next time.
Current operations can do it?
Hmm, that might be a tricky one. I would say, use the delayer with a long history, but that might not be very efficient for your server.
Maybe you can ask it on our discord server, some smart people on there might be able to help as well.
Otherwise, you can do some magic using the materializer by continuously piping variables in and out.