Method: ActionDispatch::RailsEntityStore#exist?

Defined in:
actionpack/lib/action_dispatch/http/rack_cache.rb

#exist?(key) ⇒ Boolean

Returns:

  • (Boolean)


45
46
47
# File 'actionpack/lib/action_dispatch/http/rack_cache.rb', line 45

def exist?(key)
  @store.exist?(key)
end