method
bytesize
v7.0.0 -
Show latest stable
- Class:
ActiveSupport::Cache::Entry
bytesize()public
Returns the size of the cached value. This could be less than value.bytesize if the data is compressed.
bytesize()Returns the size of the cached value. This could be less than value.bytesize if the data is compressed.