method

exist?

exist?(key)
public

No documentation available.

# File actionpack/lib/action_dispatch/http/rack_cache.rb, line 41
    def exist?(key)
      @store.exist?(key)
    end