protocol NSCacheDelegate : NSObjectProtocol
s10Foundation15NSCacheDelegateP
1V4C7
import Foundation
protocol NSObjectProtocol : AnyObject
The NSObjectProtocol groups methods that are fundamental to all Foundation objects.
NSObjectProtocol
func cache(_ cache: NSCache<AnyObject, AnyObject>, willEvictObject obj: Any)