method
inspect
v8.0.0 -
Show latest stable
- Class:
ActiveSupport::Cache::MemCacheStore
inspect()public
No documentation available.
# 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