This content has been marked as final.
Show 1 reply
-
1. Re: How to store cache data as String
nadirx Jun 18, 2015 4:47 AM (in response to vlcvlc)The JdbcStringBasedStoreConfiguration only stores the key as a string. The value is still stored in its Marshalled format for efficiency reasons. If you need to have the values stored in a more natural format, you should look into the JPA cache store.
Tristan