Cache remove question
"Youngho Cho" <[email protected]>
| Newsgroups | gmane.comp.jakarta.turbine.torque.user |
|---|---|
| Message-ID | <000a01c8b0a0$f06f6fb0$6401a8c0@Jiheun> |
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