-
-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
Description
For granular cache invalidation it's useful to have a middle road option between removeAll() and removeItem(key), and that's removeThose(regexp). So that I can remove all the items with a prefix, like 'imagecache_%'.
It would help avoid having to create multiple caches. But I understand that given the various backends the feature might be cumbersome to implement.