Skip to content

ScaleOut JSR 107 Implementation 1.1b

Pre-release
Pre-release
Compare
Choose a tag to compare
@ripleyb ripleyb released this 05 Sep 20:23
· 10 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:

  • Adds support for resetting timeouts on object touches
  • Adds support for resetting timeouts on object updates
  • Addresses ScaleoutCachingProvider constructor access