instance method
inspect
Ruby on Rails 7.2.3
Since v7.1.6Signature
inspect()
No documentation comment.
Source
# File activesupport/lib/active_support/cache/mem_cache_store.rb, line 96
def inspect
instance = @data || @mem_cache_options
"#<#{self.class} options=#{options.inspect} mem_cache=#{instance.inspect}>"
end
Defined in activesupport/lib/active_support/cache/mem_cache_store.rb line 96
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Cache::MemCacheStore