method
exist?
v2.2.1 -
Show latest stable
- Class:
ActiveSupport::Cache::MemoryStore
exist?(name,options = nil)public
No documentation available.
# File activesupport/lib/active_support/cache/memory_store.rb, line 42
def exist?(name,options = nil)
super
@data.has_key?(name)
end