org.infinispan.container.entries.package-info Maven / Gradle / Ivy
/**
* 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