We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7d77b31 + 1dd831b commit b5a7114Copy full SHA for b5a7114
Foundation/NSCache.swift
@@ -32,7 +32,7 @@ public class NSCache : NSObject {
32
public var countLimit: Int = -1 // limits are imprecise/not strict
33
public var evictsObjectsWithDiscardedContent: Bool = false
34
35
- override init() {
+ public override init() {
36
37
}
38
0 commit comments