Clear stale entries from Cache in Volley-Android -
i trying clear stale entries cache. found this link. in link cache cleared. want delete expired one.
i using following cache key: url + post params
is there anyway can enumerate on cached entries, check validity , delete them?
i ended extending cache interface provide me list of keys. have posted full solution here.
Comments
Post a Comment