All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.infinispan.container.package-info Maven / Gradle / Ivy

There is a newer version: 9.1.7.Final
Show newest version
/**
 * 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 {@link LockingInterceptor} * to wrap an entry and put it in a thread's {@link InvocationContext} */ package org.infinispan.container;





© 2015 - 2024 Weber Informatics LLC | Privacy Policy