method
exist?
v4.1.8 -
Show latest stable
- Class:
ActionDispatch::RailsEntityStore
exist?(key)public
No documentation available.
# File actionpack/lib/action_dispatch/http/rack_cache.rb, line 39
def exist?(key)
@store.exist?(key)
end