Welcome to the Infinispan 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
Infinispan as a storage for Lucene indexes
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
Total Order based commit protocol
Using Infinispan as a JCache provider
Storing objects (e.g. arrays) with custom Equivalence functions
Interoperability between Embedded and Remote Server Endpoints
Infinispan for HTTP session clustering and caching
Infinispan modules for JBoss AS 7.x
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?
Cache Loaders and Cache Store FAQs
Cache loaders and cache stores - what's the difference?
Are modifications to asynchronous cache stores coalesced or aggregated?
What does the passivation flag do?
What if I get IOException "Unsupported protocol version 48" with JdbcStringBasedCacheStore?
Is there any way I can boost cache store's performance? SKIP_CACHE_LOAD
What is the difference between a replicated cache and a distributed cache?
Does DIST support both synchronous and asynchronous communications?
I notice that when using DIST, the cache does a remote get before a write command. Why is this?
Is buddy replication supported?
What consistency guarantees do I have with different Asynchronous processing settings ?
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?