You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would say that if you end up seeing this error, then you have set up the memoryCapacity and the preferredMemoryUsageAfterPurge parameters incorrectly. To help guard against this moving forward, I've added a precondition to the ImageCache initializer in 0095691 to prevent you from accidentally making this mistake.
In ImageCache.swift
This sentence may EXC_BREAKPOINT, because self.currentMemoryUsage may less then self.preferredMemoryUsageAfterPurge.
and bytesToPruge is UInt64 type inference by Swift.
The text was updated successfully, but these errors were encountered: