Replies: 1 comment 2 replies
-
It is possible. It's just that where does the expiration live. If it is with the task decorator - what happens when you change it. From what I understand is - that every instance of the cache should be associated with the cache ttl. So even if you extend or lower the ttl, it will not impact previously cached values. This can be confusing? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
that is - include in the task decorator a parameter which will control for how long the cache will be considered valid
Beta Was this translation helpful? Give feedback.
All reactions