Package org.infinispan.loaders.jdbc.stringbased

This JDBC CacheStore implementation is optimized for storing String keys in the cache.

See:
          Description

Class Summary
JdbcStringBasedCacheStore CacheStore implementation that stores the entries in a database.
JdbcStringBasedCacheStoreConfig Configuration for JdbcStringBasedCacheStore cache store.
 

Package org.infinispan.loaders.jdbc.stringbased Description

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.


-->

Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.