Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add method to clear internal memory cache #101

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Stitch7
Copy link

@Stitch7 Stitch7 commented Jul 4, 2017

Hi,
we are using your AwesomeCache framework in an iOS app with lots of images loaded from network. When a user uses the app for the first time his memory get's flooded with all the images which are persisted in your internal NSCache. This is good for performance, but we need a way to free the cache inside didReceiveMemoryWarning.

@jalong4
Copy link

jalong4 commented Oct 22, 2017

This is exactly what I was looking for for the same reason (didReceiveMemoryWarning). Any idea when this will be merged? In the mean time I'll update my Podfile to use this branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants