method

cached_size

cached_size(key, entry)
protected

No documentation available.

# File activesupport/lib/active_support/cache/memory_store.rb, line 111
        def cached_size(key, entry) # :nodoc:
          key.to_s.bytesize + entry.size + PER_ENTRY_OVERHEAD
        end