Contents

FSVolume.KernelCacheCoherencyAction.revoke

An action to invalidate all caches, revoke all access to the item, and trigger vnode reclamation.

Declaration

case revoke

Discussion

Use this action when the module determines that an item no longer exists or is no longer accessible. Common scenarios include:

  • Another client deleted the item, as detected via server notification.

  • The module received a server callback indicating the file’s absence.

See Also

Coherency actions