Method: ActionDispatch::RailsEntityStore#exist?

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

#exist?(key) ⇒ Boolean

Returns:

  • (Boolean)


43
44
45
# File 'actionpack/lib/action_dispatch/http/rack_cache.rb', line 43

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