That's interesting. Can I somehow use this cache in my own custom functions? I have a function that opens a json file and reads a dict and then it does a lookup based on a column value. I would like to be able to cache that dictionary instead of repeating this step for each row.
|