Uses of Interface
org.infinispan.context.InvocationContext

Packages that use InvocationContext
Package
Description
 
Commands that operate on the cache, either locally or remotely.
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.
 
 
 
 
 
Infinispan is designed around a set of interceptors around a data container.
Cache-specific notifications and eventing.
 
Persistence API.
 
 
 
 
 
Lock and synchronization related classes, tools and utilities.