-
Feature Request
-
Resolution: Unresolved
-
Major
-
None
-
1.0.1.Beta
-
None
infinispan cache can be in-memory, or backed by file system with CacheLoader, or database, or LevelDB NoSQL data store. Combination of in-memory and persistence.
- improve performance through distributed cache
- higher level, composite job repository, which can be configured as:
- in-memory
- file system
- JDBC
- LevelDB
- MongoDB (infinispan MongoDB cache store support is a community impl as of infinispan 7.0)
- is related to
-
WFLY-4163 Support infinispan batch job repository
- Open