Cache invalidation for PersistentDataset #3037
Unanswered
mattwarkentin
asked this question in
Q&A
Replies: 1 comment
-
this is also discussed in #999 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am wondering if the expectation is that the user would have to manually invalidate the cache when the transforms are updated/changed?
For example, when I run the code below, when I access the first subject (e.g.
ds[0]
), there is a normal wait time while the transforms are performed. The next and all subsequent times are based on the cache and are very fast. But then when I change one of the transforms, I would expect this to invalidate the cache, but in fact the cached value is returned.Beta Was this translation helpful? Give feedback.
All reactions