Cache invalidate strategy

Description

Used with Cache component. Defines when to invalidate the cached Tabbed UI.

Discussion

The Cache invalidate strategy defines when a cached Tabbed UI is no longer valid and should be regenerated. The cache strategy can be:

Cache invalidate strategy
Description
RevisionNumber

The cache is invalided when a new version (component is modified) of the Tabbed UI is published.

Age

The cache is invalidated after a period of time determined by the Max cache age (in minutes) property.

Never

The cache is never invalidated.

This property is only shown when Cache component is checked.

See Also