instance method
no_transform?
Ruby on Rails 8.1.2
Since v8.1.2Signature
no_transform?()
Returns true if the no-transform directive is present. This directive indicates that a cache or proxy must not transform the payload.
Source
# File actionpack/lib/action_dispatch/http/cache.rb, line 111
def no_transform?
@no_transform
end
Defined in actionpack/lib/action_dispatch/http/cache.rb line 111
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::Http::Cache::Request::CacheControlDirectives