Package org.infinispan.container.impl


package org.infinispan.container.impl
Data containers which store cache entries. This package contains different implementations of containers based on their performance and ordering characteristics, as well as the entries that live in the containers.

This package also contains the factory for creating entries, and is typically used by the

invalid reference
LockingInterceptor
to wrap an entry and put it in a thread's
invalid reference
InvocationContext