We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7a84db commit c2df6ecCopy full SHA for c2df6ec
2 files changed
lib/utils/cache/cache.ts
@@ -1,5 +1,5 @@
1
/**
2
- * Copyright 2022-2024, Optimizely
+ * Copyright 2022-2025, Optimizely
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -13,8 +13,6 @@
13
* See the License for the specific language governing permissions and
14
* limitations under the License.
15
*/
16
-
17
-import { Maybe } from '../../utils/type';
18
import { OpType, OpValue } from '../../utils/type';
19
20
export interface OpCache<OP extends OpType, V> {
lib/utils/cache/store.ts
+ * Copyright 2025, Optimizely
0 commit comments