Invalidable
A contract for objects holding a derived state that can become stale.
It lets a producer of change tell its dependents to forget what they derived — without knowing what, or how, they cache it.
Tags
Table of Contents
Methods
- invalidate() : void
- Drops the cached state, so the next read rebuilds it.
Methods
invalidate()
Drops the cached state, so the next read rebuilds it.
public
invalidate() : void