On 25.09.13 19:25, JavaWebDev wrote: > There doesn't seem to be a a DiskShrinker like there is a memory > shrinker so it looks like the objects stored on disk will only be > removed passively when retrieved and identified as expired? I'll look > into the Recycle bin more.
See the method IndexedDiskCache.optimizeFile(). This will be called if OptimizeAtRemoveCount > 0 and removeCount > OptimizeAtRemoveCount. Bye, Thomas. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
