Flowdock
method

mset_capable?

Importance_0
v6.0.0 - Show latest stable - 0 notes - Class: RedisCacheStore
mset_capable?() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# 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
Register or log in to add new notes.