Re: [JCS] Mystery in Purgatory size

2012-09-30 Thread Thomas Vandahl
On 26.09.12 17:16, Chopin hu wrote: > I set the Purgatory size to 1000 in the default region. I use file disk > cache auxiliary (not indexed) so that I have one cache item per data (binary > data file).I need to do periodic batch cache using JCS.If the cache > items are less than 1000,

Re: [io] Are FileUtils and IOUtils thread safe?

2012-09-30 Thread sebb
On 29 September 2012 13:39, Martin Gainty wrote: > > Hi Sebb > > public class FileUtils { > > /** > * Instances should NOT be constructed in standard programming. > */ > public FileUtils() { > super(); > } > > /** > * The number of bytes in a kilobyte. >