Refactoring

This commit is contained in:
Ali
2022-05-29 02:09:25 +04:00
parent be3c85abff
commit a183d69534
96 changed files with 1104 additions and 1416 deletions

View File

@@ -2,16 +2,6 @@ import Foundation
public typealias ItemCacheCollectionId = Int8
public struct ItemCacheCollectionSpec {
public let lowWaterItemCount: Int32
public let highWaterItemCount: Int32
public init(lowWaterItemCount: Int32, highWaterItemCount: Int32) {
self.lowWaterItemCount = lowWaterItemCount
self.highWaterItemCount = highWaterItemCount
}
}
struct ItemCacheCollectionState: PostboxCoding {
let nextAccessIndex: Int32