Sha256: 73c3ffa736c0817200ba10a0b0e3975db1f17109b69832da97bb89637027b858

Contents?: true

Size: 292 Bytes

Versions: 44

Compression:

Stored size: 292 Bytes

Contents

require 'drb'

module ActiveSupport
  module Cache
    class DRbStore < MemoryStore #:nodoc:
      attr_reader :address

      def initialize(address = 'druby://localhost:9192')
        super()
        @address = address
        @data = DRbObject.new(nil, address)
      end
    end
  end
end

Version data entries

44 entries across 43 versions & 14 rubygems

Version Path
3mix-castronaut-0.5.0.2 vendor/activesupport/lib/active_support/cache/drb_store.rb
masover-castronaut-0.4.4.4 vendor/activesupport/lib/active_support/cache/drb_store.rb
masover-castronaut-0.4.4.5 vendor/activesupport/lib/active_support/cache/drb_store.rb
masover-castronaut-0.5.0.1 vendor/activesupport/lib/active_support/cache/drb_store.rb
p8-castronaut-0.6.1.1 vendor/activesupport/lib/active_support/cache/drb_store.rb
relevance-castronaut-0.4.1 vendor/activesupport/lib/active_support/cache/drb_store.rb
relevance-castronaut-0.4.2 vendor/activesupport/lib/active_support/cache/drb_store.rb
relevance-castronaut-0.4.3 vendor/activesupport/lib/active_support/cache/drb_store.rb
relevance-castronaut-0.4.4 vendor/activesupport/lib/active_support/cache/drb_store.rb
relevance-castronaut-0.4.5 vendor/activesupport/lib/active_support/cache/drb_store.rb
relevance-castronaut-0.4.6 vendor/activesupport/lib/active_support/cache/drb_store.rb
relevance-castronaut-0.5.0 vendor/activesupport/lib/active_support/cache/drb_store.rb
relevance-castronaut-0.5.1 vendor/activesupport/lib/active_support/cache/drb_store.rb
relevance-castronaut-0.5.2 vendor/activesupport/lib/active_support/cache/drb_store.rb
relevance-castronaut-0.5.3 vendor/activesupport/lib/active_support/cache/drb_store.rb
relevance-castronaut-0.5.4 vendor/activesupport/lib/active_support/cache/drb_store.rb
relevance-castronaut-0.6.0 vendor/activesupport/lib/active_support/cache/drb_store.rb
relevance-castronaut-0.6.1 vendor/activesupport/lib/active_support/cache/drb_store.rb
relevance-castronaut-0.7.4 vendor/activesupport/lib/active_support/cache/drb_store.rb
relevance-castronaut-0.7.5 vendor/activesupport/lib/active_support/cache/drb_store.rb