Method: Sail::Setting#should_not_cache?

Defined in:
app/models/sail/setting.rb

#should_not_cache?Boolean

Returns:

  • (Boolean)


154
155
156
# File 'app/models/sail/setting.rb', line 154

def should_not_cache?
  ab_test? || cron? || throttle?
end