In this chapter, users will learn how to deal with data caching in the JBoss ecosystem using Infinispan/JBoss Data Grid. Various configuration tips will be experimented with through labs and coding sessions. The chapter also shows how to store and retrieve data from local and remote cache, how to develop and deploy cache-based applications, how to listen to caches event, and how to leverage the Advanced Cache API to query caches. The topics covered throughout the chapter are as follows:
- JBoss Data Grid/Infinispan architecture
- Versioning from an upstream Infinispan project to Enterprise versions
- JBoss Data Grid Library and Client-Server mode
- Working with caches
- Cache operations
- Cache monitoring/listeners: synchronous and asynchronous
- Cache Configuration: XML and API
- Advanced Cache API
- Cache visualization
- Data replication across multiple...