
org.infinispan.persistence.jdbc.stringbased.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of infinispan-cachestore-jdbc Show documentation
Show all versions of infinispan-cachestore-jdbc Show documentation
Infinispan JDBC CacheStore module
/**
* 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.
*
* @api.public
*/
package org.infinispan.persistence.jdbc.stringbased;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy