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
-
Class Summary Class Description JdbcStringBasedStore<K,V> AdvancedCacheLoader
implementation that stores the entries in a database.