All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.infinispan.persistence.jdbc.stringbased.package-info Maven / Gradle / Ivy

There is a newer version: 9.1.7.Final
Show newest version
/**
 * This JDBC CacheStore implementation is optimized for storing String
 * keys in the cache.  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
 */
package org.infinispan.persistence.jdbc.stringbased;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy