public interface InvalidationHandler
Note that implementors are expected to react to invalidation requests: invalidate the objects in the cache. They should not initiate invalidation of the same objects neither locally nor via network - that could result in an infinite loop.
Modifier and Type | Interface and Description |
---|---|
static interface |
InvalidationHandler.InvalidableObjectType
Tagging interface for the kinds of invalidatable object
|
static class |
InvalidationHandler.ObjectType |
Modifier and Type | Method and Description |
---|---|
void |
invalidate(InvalidationHandler.InvalidableObjectType type,
Object... ids)
Invalidates intermediate states of the given objects
|
void invalidate(InvalidationHandler.InvalidableObjectType type, Object... ids)
type
- Type of the objects to invalidateids
- Identifiers of the invalidated objectsCopyright © 2021 JBoss by Red Hat. All rights reserved.