Closed edowling closed 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.
cacheName
deleteCache
nil
oops, nice catch! Thanks!!
This PR makes the
cacheName
parameter of thedeleteCache
function optional. This was preventing all caches from being deleted in Swift, as you could not passnil
to this function.