Sobes.tech
Middle+

import UIKit protocolo CacheProtocol { tipo asociado func setValue(_ value: Valor?, forKey key: String) func value(forKey key: String) -> Valor? func fetchValue(forKey key: String, completion: @escaping (Valor?) -> Void) }