You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-user@db.apache.org by Youngho Cho <yo...@nannet.co.kr> on 2008/05/08 02:17:44 UTC

Cache remove question

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