|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
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. |
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 | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |