Skip to content

Commit 33c233f

Browse files
Add key for data summary view
1 parent bebbebf commit 33c233f

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

packages/cache-manager-entries/lib/ViewKeys.ts

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,15 @@ export const CacheSourceStateViews = {
4343
{ operation: Algebra.Operation, seeds: ILink[], query: Algebra.BaseOperation },
4444
number
4545
>('@comunica/persistent-cache-manager:cacheCount'),
46-
4746
};
4847

48+
export const CacheDataSummariesViews = {
49+
cacheCsetCpEstimationView:
50+
new ViewKey<
51+
any,
52+
any,
53+
any
54+
>('@comunica/persistent-cache-manager-cset-cp-estimation-view'),
55+
}
56+
4957

0 commit comments

Comments
 (0)