このコンテンツは選択した言語では利用できません。
12.4.3. JdbcStringBasedCacheStores
12.4.3.1. About JdbcStringBasedCacheStore リンクのコピーリンクがクリップボードにコピーされました!
リンクのコピーリンクがクリップボードにコピーされました!
The
JdbcStringBasedCacheStore
stores each entry its own row in the table, instead of grouping multiple entries into each row, resulting in increased throughput under a concurrent load. It also uses a (pluggable) bijection that maps each key to a String
object. The Key2StringMapper
interface defines the bijection.
JBoss Data Grid includes a default implementation called
DefaultTwoWayKey2StringMapper
that handles primitive types.