|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represent an invalidable resource, such as a cache
Revisions:
21. septembre 2002 Sacha Labourey:
InvalidationGroup
Method Summary | |
void |
areInvalid(Serializable[] keys)
Indicates that the resources with the give keys should be invalidated (i.e. |
void |
invalidateAll()
All entries should be invalidated. |
void |
isInvalid(Serializable key)
Indicates that the resource with the given key should be invalidated (i.e. |
Method Detail |
public void isInvalid(Serializable key)
key
- Key of the resource to be invalidatedpublic void areInvalid(Serializable[] keys)
keys
- Keys of the resources to be invalidatedpublic void invalidateAll()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |