Closed leegarner closed 1 year ago
Functions that retrieve rows or objects from a collection may duplicate the same cache key, thus returning the wrong data type. This requires tryCache() to be passed a key such as "row" or "obj" to create unique cache keys.
Functions that retrieve rows or objects from a collection may duplicate the same cache key, thus returning the wrong data type. This requires tryCache() to be passed a key such as "row" or "obj" to create unique cache keys.