Package | Description |
---|---|
org.infinispan.loaders.jdbc.configuration | |
org.infinispan.loaders.jdbc.mixed |
This is a delegating CacheStore implementation that delegates either to a binary
or String based JDBC cache store depending on the key used.
|
org.infinispan.loaders.jdbc.stringbased |
This JDBC CacheStore implementation is optimized for storing String
keys in the cache.
|
Class and Description |
---|
JdbcStringBasedCacheStoreConfig
Configuration for
JdbcStringBasedCacheStore cache store. |
Class and Description |
---|
JdbcStringBasedCacheStore
CacheStore implementation that stores the entries in a database. |
Class and Description |
---|
JdbcStringBasedCacheStoreConfig
Configuration for
JdbcStringBasedCacheStore cache store. |
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.