cocoa - Using `NSCache` object which doesn't conform `NSDiscardableContent`? -
i read doc nscache
. documentation says objects conforms nsdiscardablecontent
removed on insufficient memory situation. class behave on classes don't conform nsdiscardablecontent
protocol?
yes, does. nscache behaves expected.
Comments
Post a Comment