open class Cache<KeyType: Hashable, ObjectType> {. private let cache: NSCache<KeyWrapper<KeyType>, ObjectWrapper> = NSCache().
確定! 回上一頁