Package org.jboss.cache.invalidation

Interface Summary
BridgeInvalidationSubscription (src) Every bridge subscribing to a InvalidationManager has access to this interface that it can used to invalidate messages on the local IM.
Invalidatable (src) Represent an invalidable resource, such as a cache
InvalidationBridgeListener (src) InvalidationManager (IM) represents locally managed caches and invaliders.
InvalidationGroup (src) An InvalidationGroup (IG) is the meeting point of all caches and invaliders working for the same cached information.
InvalidationManagerMBean (src) Main service dealing with cache invalidation.
 

Class Summary
BatchInvalidation (src) Structure that contains keys to be invalidated and the name of the group on which these invalidation must be performed.
InvalidationManager (src) Implementation of InvalidationManagerMBean
InvalidationsTxGrouper (src) Utility class that can be used to group invalidations in a set of BatchInvalidations structure and only commit them alltogether at transaction commit-time.