Jens Wilke
Jens Wilke
No the `:'` is excluded or forbidden. I try to limit the use of special characters in cache names because the names could be used by extensions, for example JMX...
Good. We can keep the issue open for now. If others see the need for change please comment.
Hi @puppetmaster-, everything looks quite good to me. Try remove: ```` runtime ```` I don't see what kind of packaging you use, maybe the scope isn't interpreted as intended. Another...
Do you test with the latest SNAPSHOT code? Can you give a complete example of what you are trying with the cache and what you would expect, like a test...
> Yes, use 2.8-SNAPSHOT, we used 4 months, and it's right util this time. It would be better to use a released version. The SNAPSHOT might have varying quality. Still,...
Thanks for the update! How many refresh errors do you get?
I think the cause of your problem is, that by default cache2k is expiring (or refreshing) timer based and execution of timer events will always lag behind. This behavior is...
What is the git revision of cache2k you are using? What Java runtime version you are using?
Ok, I will investigate. In the code I am in the middle of some restructuring, however, I was held up by other projects since May. The current unreleased code can...
> I execute jstack per 0.5 second, there is a same thread "cache2k-loader-_Cache2kRefreshTest.CLINIT-22-dk-1" https://github.com/cache2k/cache2k/issues/30, and not saw the thread when cache not update. Do I assume correctly that if you...