I love the ability to set a default cache on a database connection. I would like the ability to set a default cache on other functions, such as containers, selects, etc.
Reason being, I often have to rerun scripts. Part of my script may contain a fuzzy match for example, which takes a long time to run. Would be great to cache the calculation by default, so it functions like a cached db connection.
Is this possible?