Roobiq / RBQFetchedResultsController

Drop-in replacement for NSFetchedResultsController backed by Realm.
MIT License
476 stars 70 forks source link

Make `cacheName` parameter optional #56

Closed edowling closed 8 years ago

edowling commented 8 years ago

This PR makes the cacheName parameter of the deleteCache function optional. This was preventing all caches from being deleted in Swift, as you could not pass nil to this function.

bigfish24 commented 8 years ago

oops, nice catch! Thanks!!