[ANNOUNCEMENT] Commons Daemon 1.2.4 Released

2021-01-22 Thread Mark Thomas
The Apache Commons Team is pleased to announce the availability of Apache Commons Daemon 1.2.3. The Apache Commons Daemon software library provides a generic Daemon (unix) or Service (Windows) wrapper for Java code. Version 1.2.4 is a bugfix release. A full list of changes can be found at

Re: [jcs] Invalid Class Exception help needed

2021-01-22 Thread Thomas Vandahl
Hi Stuart, On 22.01.21 08:26, Stuart Maclean wrote: I have a cache region whose key type is say String and whose value type is some class C.  C is Serializable. I use the cache, so objects of class C go into that region. The cache is backed by disk, so objects of class C end up in files. C

Re: [jcs] Invalid Class Exception help needed

2021-01-22 Thread Mat Jaggard
Hi, thanks for your question. I'm not a JCS expert by any means so I'm not sure the answer to your question but I do have a question myself. What's the reason for wanting to clear the cache in these cases rather than just getting no result back so that you just refresh that value? On Fri, 22 Jan