Address review comments

This commit is contained in:
Sampark Sharma
2023-01-03 08:31:27 +00:00
committed by GitHub
parent da162e46a8
commit 0746965b72
7 changed files with 24 additions and 46 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ export interface ReserveCacheResponse {
export interface InternalCacheOptions {
compressionMethod?: CompressionMethod
crossOsEnabled?: boolean
enableCrossOsArchive?: boolean
cacheSize?: number
}