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
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 2
I am using JCS 2.2. I am an infrequent user of JCS, so please bear with
me. I have checked the mail list archives for past few years, couldn't
find any answers to this q...
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