method
exist?
v2.3.8 -
Show latest stable
- Class:
ActiveSupport::Cache::Store
exist?(key, options = nil)public
No documentation available.
# File activesupport/lib/active_support/cache.rb, line 212
def exist?(key, options = nil)
log("exist?", key, options)
end