이 콘텐츠는 선택한 언어로 제공되지 않습니다.
10.5.4. JdbcStringBasedCacheStores
10.5.4.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.