Skip to content

ScaleOut JSR 107 Implementation 1.1

Compare
Choose a tag to compare
@ripleyb ripleyb released this 06 Sep 20:45
· 8 commits to master since this release

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)