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