Skip to content

ScaleOut JSR 107 Implementation 1.2

Latest
Compare
Choose a tag to compare
@ripleyb ripleyb released this 23 Jul 21:06
· 1 commit 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:

  • Adding BackingStore support. Configured through CompleteConfiguration. Must enable through CompleteConfiguration implementation's setReadThrough or setWriteThrough + add Factories for CacheLoader or CacheWriter.
  • Adding JUL logging. Now print configuration at initialization. JNC logging requires log4j2.
  • Missed events or events that caused an application exception are now logged.
  • Fixing MutableEntry's setValue function
  • Change ScaleOutCacheConfiguration from MutableConfiguration to CompleteConfiguration