can some one help me in knowing how to clear a cahce while using oscache..
i just am nt able to remove it...![]()
![]()
can some one help me in knowing how to clear a cahce while using oscache..
i just am nt able to remove it...![]()
![]()
Hi,
Though I haven't used OSCache but am familiar with similar concept using EHCache. In case of OSCache, you should be able to use GeneralCacheAdministrator class for cache operations including clearing of cache. It has some methods as flushAll(), removeEntry(String) which might be useful in your case.
Hope this helps.
Vinay