instance method
exist?
Ruby on Rails 6.1.7.10
Since v3.1.12 Last seen in v7.0.10Signature
exist?(key)
No documentation comment.
Parameters
-
keyreq
Source
# File actionpack/lib/action_dispatch/http/rack_cache.rb, line 41
def exist?(key)
@store.exist?(key)
end
Defined in actionpack/lib/action_dispatch/http/rack_cache.rb line 41
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::RailsEntityStore