Re: flashing the cache

2005-08-11 Thread Clinton Begin
Just call sqlMapClient.flushDataCache(); or sqlMapClient.flushDataCache(cacheId); Not sure that it's any more complex than that. Clinton On 8/9/05, Steven Pannell <[EMAIL PROTECTED]> wrote: Hi,I use the oscache with my data queries and am wondering if there is anyway Ican force flush the cache b

flashing the cache

2005-08-09 Thread Steven Pannell
Hi, I use the oscache with my data queries and am wondering if there is anyway I can force flush the cache before the timeout period.? I notice some undocumented code: .flushDataCache() for cache model But not sure how I can use this? Anyone have any pointers?? thx. Steve.