|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
Key2StringMapper | Defines the logic of mapping a key object to a String. |
TwoWayKey2StringMapper | Extends Key2StringMapper and allows a bidirectional transformation
between keys and strings. |
Class Summary | |
---|---|
DefaultKey2StringMapper | Deprecated. since 4.1 when DefaultTwoWayKey2StringMapper
which is a replacement this implementation. |
DefaultTwoWayKey2StringMapper | Default implementation for TwoWayKey2StringMapper that knows how to
handle all primitive wrapper keys and Strings. |
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 |