We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cache.object("data") { (data: NSData?) in // Use your NSData object }
now, obtain cache data is async. but i'm hope to sync like this.
let data = cache.object("data")
did you have any plan to support it?
Activity