enableHttpCache property

bool? enableHttpCache
final

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;