instance method no_store?

Ruby on Rails 8.1.2

Since v8.1.2

Signature

no_store?()

Returns true if the no-store directive is present. This directive indicates that a cache must not store any part of the request or response.

Source
# File actionpack/lib/action_dispatch/http/cache.rb, line 105
          def no_store?
            @no_store
          end

Defined in actionpack/lib/action_dispatch/http/cache.rb line 105 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActionDispatch::Http::Cache::Request::CacheControlDirectives

Type at least 2 characters to search.

↑↓ navigate · open · esc close