method

write

write(key, value, options = nil)
public

No documentation available.

# File activesupport/lib/active_support/cache.rb, line 126
      def write(key, value, options = nil) #:nodoc:
        @mutex.synchronize { super }
      end