Welcome to the Infinispan 5.0 Documentation.
Here you can find:
Guide to Extending Infinispan
Guide to Contributing to Infinispan
DZone Refcard on Infinispan (Cheat sheet for developers)
Configuring cache programmatically
Using Infinispan Memcached Server
Infinispan as a Directory for Lucene
Infinispan as Hibernate 2nd-Level Cache in JBoss AS 5.x
Clustered Configuration QuickStart
Configuring Cache declaratively
Consistent Concurrent Updates With Hot Rod Versioned Operations
Portable Serialization For Hot Rod With Apache Avro
Load Testing Infinispan Server Modules
Using Infinispan as JPA-Hibernate Second Level Cache Provider
Default Values For Property Based Attributes
Running Infinispan on Amazon Web Services
Using Infinispan as a Spring Cache provider
Distributed Data Stream Processing Framework In Infinispan
Accessing data in Infinispan via RESTful interface
Infinispan Distributed Execution Framework
Write-Through And Write-Behind Caching
Infinispan Custom Interceptors
Talking To Infinispan Memcached Servers From Non-Java Clients
Plugging Infinispan With User Defined Externalizers
Infinispan Command-line Console
Interacting With Hot Rod Server From Within Same JVM
Atomicity, Consistency, Isolation, Durability (ACID)
Basically Available, Soft-state, Eventually-consistent (BASE)
Consistency, Availability and Partition-tolerance (CAP) Theorem
Multiversion Concurrency Control (MVCC)
Relational Database Management System (RDBMS)
Representational State Transfer (REST)
Structured Query Language (SQL)
What would I use Infinispan for?
How is Infinispan related to JBoss Cache?
What version of Java does Infinispan need to run? Does Infinispan need an application server to run?
Will there be a POJO Cache replacement in Infinispan?
How come Infinispan's first release is 4.0.0? This sounds weird!
What should I use, JBoss Cache or Infinispan?
Where can I get more information on Infinispan?
How is this related to JSR 107, the JCACHE specification?
Can I use Infinispan with Hibernate?
Best practices implementing java.io.Externalizable
Does Infinispan support storing Non-Serializable objects?
Do Externalizer implementations need to access internal Externalizer implementations?
Do I need to register an application cacheloader when using an isolated deployment?
How do I get more information on marshalling & unmarshalling exceptions?
Why am I getting invalid data passed to readExternal?