ScaleOut JSR 107 Implementation 1.1
The ScaleOut Cache API for Java allows developers to store Java objects inside ScaleOut StateServer using the JSR107 caching paradigm. The API implements the CachingProvider, CachingManager, and Cache interfaces.
Changes:
Cache Keys are always stored as key strings (i.e. the key is serialized to a base64 string and stored alongside the object)