Module invalidation_reasons

Source
Expand description

Common invalidation reason codes. The application or libraries it uses may choose to use these reasons, or it may define it’s own reasons.

Constants§

PANIC
This invalidation reason is used by crate::turbo_backing_storage when the database was invalidated by a panic.
USER_REQUEST
Indicates that the user explicitly clicked a button or ran a command that invalidates the cache.