0

I am trying to clear all the stale entries from Cache. I found this link. In this link all the cache is cleared. I want to delete only the expired one.

I am using following Cache key: URL + post params

Is there anyway we can enumerate over all the cached entries, check validity and delete them?

Community
  • 1
  • 1
Ashwani K
  • 7,880
  • 19
  • 63
  • 102

1 Answers1

0

I ended up extending Cache interface to provide me list of keys. I have posted the full solution here.

Ashwani K
  • 7,880
  • 19
  • 63
  • 102