Method: ActiveSupport::Cache::RedisCacheStore#max_key_bytesize
- Defined in:
- activesupport/lib/active_support/cache/redis_cache_store.rb
#max_key_bytesize ⇒ Object (readonly)
Returns the value of attribute max_key_bytesize.
109 110 111 |
# File 'activesupport/lib/active_support/cache/redis_cache_store.rb', line 109 def max_key_bytesize @max_key_bytesize end |