You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Get the variable name, if the cache tag has variable name, then we use the variable and keep the builder in the variable, and make user could use by xxx.value() like the req feature.
30
30
// However if the cache tag not has variable name, means you would like to get the result directly after query, then we will replace the original query main builder to the cache builder.
31
31
constname=String(args[0]);
@@ -50,10 +50,12 @@ export class CacheTagRunner extends TagRunner {
50
50
// Set the default vulcan created cache table schema, so we could query the cache table directly, not need user to type schema in the SQL.
0 commit comments