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

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

There is a newer version: 9.1.7.Final
Show newest version
/**
 * Entries which are stored in data containers.  This package contains different implementations of
 * entries based on the information needed to store an entry.  Certain entries need more information - such as timestamps
 * and lifespans, if they are used - than others, and the appropriate implementation is selected dynamically.  This
 * helps minimize Infinispan's memory requirements without storing unnecessary metadata.
 */
package org.infinispan.container.entries;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy