Results 1 to 2 of 2

Thread: Caching in spring

  1. #1
    Join Date
    Aug 2006
    Posts
    5

    Angry Caching in spring

    can some one help me in knowing how to clear a cahce while using oscache..
    i just am nt able to remove it...

  2. #2
    Join Date
    Jun 2006
    Posts
    9

    Default Re:Caching in spring

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •