class SvelteOnRails::Lib::ViewHelperSupport

def redis_expiration_seconds

def redis_expiration_seconds
  (conf.redis_cache_store[:expires_in] || @helper_options[:expires_in] || 1.hour).to_i
end