Flowdock
method

mget_capable?

Importance_0
v5.2.3 - Show latest stable - 0 notes - Class: RedisCacheStore
mget_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 305
      def mget_capable? #:nodoc:
        set_redis_capabilities unless defined? @mget_capable
        @mget_capable
      end
Register or log in to add new notes.