6 Replies Latest reply on Jul 19, 2007 3:50 AM by gmeroz

    removing items from cache is VERY slow when using JDBCCacheL

      i use JBoss cache with JDBCCacheLoader.

      when trying to delete many items from the cache (to initialize it from the begining) it takes a long time and when running on JBossAS i get a timeout exception.

      to delete items, i use findAll and than iterate them to remove each one.

      Is there a way to empty the cache in a fast way?