Interface SecurityCacheRulesInvalidator
-
@Role public interface SecurityCacheRulesInvalidator
This component instances define how to suspend / resume the cache for invalidating rules. Note that this needs to be done to avoid problems for example: you could have an execution order where- a new security cache access entry is constructed by some cache loader then in another thread
- the document is updated
- the cache is invalidated and then the original thread resumes and
- the security cache access entry still based on old information is inserted back into the cache.
- Since:
- 4.0M2
- Version:
- $Id: 539ea387c11d1ffec753e0d4841b104f23864343 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
resume()
Resume delivery of invalidation events.void
suspend()
Suspend delivery of invalidation events.
-