Package org.infinispan.persistence.jdbc.stringbased
package org.infinispan.persistence.jdbc.stringbased
JDBC CacheStore implementation which maps keys to strings.
If you can guarantee that your application would only use
Strings as keys, then this implementation will perform better than binary or mixed
implementations.
- Public API
-
ClassDescriptionJdbcStringBasedStore<K,
V> AdvancedCacheLoader
implementation that stores the entries in a database.