method
mset_capable?
v6.0.0 -
Show latest stable
- Class:
ActiveSupport::Cache::RedisCacheStore
mset_capable?()public
No documentation available.
# File activesupport/lib/active_support/cache/redis_cache_store.rb, line 330
def mset_capable? #:nodoc:
set_redis_capabilities unless defined? @mset_capable
@mset_capable
end