On 8 Feb 2017, at 16:59, Alex Blewitt via swift-corelibs-dev 
<swift-corelibs-dev@swift.org> wrote:
> 
> There's a 'cache.countLimit = 10' set on the cache:
> 
> https://github.com/apple/swift-corelibs-foundation/blob/16657160c2c441a58ea01bf7baa90607a0b395f7/Foundation/NSString.swift#L109
>  
> <https://github.com/apple/swift-corelibs-foundation/blob/16657160c2c441a58ea01bf7baa90607a0b395f7/Foundation/NSString.swift#L109>
> 
> Shouldn't it start discarding some of the previous entries after it hits the 
> first 10?

Doesn't look like it removes any entries from the cache, nor does the cache 
work when a String is used as a key. Added info to 
https://bugs.swift.org/browse/SR-3536 <https://bugs.swift.org/browse/SR-3536>

 > c.setObject("foo",forKey:"foo")
 > c.object(forKey:"foo")
$R6: Foundation.NSString? = nil

Alex

_______________________________________________
swift-corelibs-dev mailing list
swift-corelibs-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-corelibs-dev

Reply via email to