enormego / EGOCache

Fast Caching for Objective-C (iPhone & Mac Compatible)
MIT License
1.33k stars 290 forks source link

Remove expired items from disk in background thread #54

Open pilot34 opened 8 years ago

pilot34 commented 8 years ago

If we have many expired items, it can be hard to remove them in main thread. Moved it to background.