Open
Description
The ability to cache a method based on the function parameters to that method is extremely useful. However, at the moment, if I need to invalidate the cache for a specific set of arguments, I have to clear the entire cache for that method.
Are there any future plans for allowing individual sections of the cache to be cleared based on method parameters?