Package org.infinispan.loaders.jdbc.stringbased

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

See:
          Description

Interface Summary
Key2StringMapper Defines the logic of mapping a key object to a String.
 

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

Exception Summary
UnsupportedKeyTypeException Exception thrown by JdbcStringBasedCacheStore when one tries to persist a StoredEntry with an unsupported key type.
 

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.


Google Analytics

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