Stream: implementers
Topic: Java API context - unload resource
Vadim Peretokin (Jan 05 2018 at 13:09):
I see that there's a way to load/reload a resource in the Java API with cacheResource()
, is there a way to unload a resource? This is in the context of the mapping language - if you give it a valid structuredefinition in one call and an invalid in the next, it'll still work even though it shouldn't
Vadim Peretokin (Jan 10 2018 at 14:35):
@Grahame Grieve @Richard Ettema any ideas by chance?
Grahame Grieve (Jan 11 2018 at 05:03):
I just added that. Give me a few hours to finish debugging, and you should see it. DropResource(type, id)
Vadim Peretokin (Jan 15 2018 at 13:09):
Thanks - works!
Grahame Grieve (Jan 15 2018 at 23:18):
great. note I made it thread safe now
Last updated: Apr 12 2022 at 19:14 UTC