Uses of Interface
org.infinispan.container.entries.CacheEntry

Packages that use CacheEntry
Package
Description
This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform.
 
Commands that operate on the cache, either locally or remotely.
This package contains the APIs that enable users to search for, and amend, data inconsistencies within their cache.
Entries which are stored in data containers.
 
Data containers which store cache entries.
Contexts contain information of a specific invocation on the cache, such as its origins, scope (transactional or non-transactional), as well as invocation-specific flags.
This package contains different context implementations, selected dynamically based on the type of invocation.
 
Provides capabilities around filtering and converting entries that are found in the cache or cache store/loader.
 
Metadata interfaces
Embedded Multimap Cache.
 
Cache-specific notifications and eventing.
 
 
 
 
 
 
Cache stream processing.
 
 
XA transaction support.
General utilities that are not specific to Infinispan, including string parsing helpers, reflection tools and collections and containers designed to supplement the JDK-provided containers.