Would be nice to have
"startCaching" and "stopCaching" methods attached to the PRF-type objects to elide extraneous runs over the same queries. May have to change the interface or use a decorator to make it easy. Yes, a decorator that takes a set of parameters (case class?) and can use it as a cache key?
Would be nice to have
"startCaching" and "stopCaching" methods attached to the PRF-type objects to elide extraneous runs over the same queries. May have to change the interface or use a decorator to make it easy. Yes, a decorator that takes a set of parameters (case class?) and can use it as a cache key?