Hello, MethodResultCache has some convenient method removeAll (java.io.Serializable instanceOrClass, java.lang.String method) to clear cache for an instance and some method key.
But I would like to clear all caches which are belong to an instance whatever the method keys and it's arguments. How can I do that ? Thanks, Youngho