Skip to content

Commit 40482cd

Browse files
committed
remove obsolete
1 parent dc5d1cf commit 40482cd

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

packages/cubejs-api-gateway/src/query.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,6 @@ const querySchema = Joi.object().keys({
189189
total: Joi.boolean(),
190190
// @deprecated
191191
renewQuery: Joi.boolean(),
192-
cache: Joi.valid('stale-if-slow', 'stale-while-revalidate', 'must-revalidate', 'no-cache').default('stale-if-slow'),
193192
ungrouped: Joi.boolean(),
194193
responseFormat: Joi.valid('default', 'compact'),
195194
subqueryJoins: Joi.array().items(subqueryJoin),

packages/cubejs-api-gateway/src/types/query.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
* Network query data types definition.
66
*/
77

8-
import { CacheMode } from '@cubejs-backend/shared';
98
import {
109
Member,
1110
TimeMember,
@@ -142,7 +141,6 @@ interface Query {
142141
timezone?: string;
143142
// @deprecated
144143
renewQuery?: boolean;
145-
cache?: CacheMode;
146144
ungrouped?: boolean;
147145
responseFormat?: ResultType;
148146

0 commit comments

Comments
 (0)