enableHttpCache property
Toggle WebF's HTTP cache for this controller.
- true: force enable cache for this controller
- false: force disable cache for this controller
- null: follow global/platform defaults
Implementation
final bool? enableHttpCache;
Toggle WebF's HTTP cache for this controller.
final bool? enableHttpCache;