問題タブ [jsr107]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
hazelcast - 宣言的に宣言された JCache の有効期限ポリシーを変更する方法はありますか?
Hazelcast 3.12 jCache 実装を使用しています。私のキャッシュは (hazelcast-config.xml を介して) 宣言的に宣言されていますが、タイムアウト値はプログラムでしか利用できないため、ExpiryPolicy の期間を動的に変更できるようにしたいと考えています。
ICache のドキュメントを見てきましたが、キャッシュ全体の有効期限ポリシーを取得および/または変更できる方法はありません。
私のキャッシュは次のように宣言されています:
そして、次のように取得されたときに有効期限ポリシーを設定/更新したいと思います:
これは、jCache または Hazelcast API を使用して実現可能ですか?
wildfly - Why a class included in Infinispan's white list still throws the error 'No marshaller registered'?
I'm using Infinispan 10 and Wildfly 17. I have an infinispan.xml file with a white list of classes where I specify the marshaller:
I followed this documentation, chapter 9.1.2 Java Serialization Marshaller
But it doesn't seem to work for a specific class, which is org.jsr107.ri.annotations.DefaultGeneratedCacheKey. The error message is:
How can I add that class to Infinispan's white list?
More info:
I load the CacheManager at startup, like this:
The Infinispan dependencies in my pom.xml:
In standalone.xml, this is all that I find related to Infinspan.