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
radiant-0.7.2 vendor/rails/activesupport/lib/active_support/cache/drb_store.rb
esod-client-0.3.0 lib/activesupport-2.2.2/lib/active_support/cache/drb_store.rb
vibes-bj-1.2.2 spec/rails_root/vendor/rails/activesupport/lib/active_support/cache/drb_store.rb
vibes-bj-1.2.1 spec/rails_root/vendor/rails/activesupport/lib/active_support/cache/drb_store.rb
nbudin-castronaut-0.7.5 vendor/activesupport/lib/active_support/cache/drb_store.rb
usher-0.7.0 spec/rails2_2/vendor/rails/vendor/rails/activesupport/lib/active_support/cache/drb_store.rb
usher-0.7.0 spec/rails2_2/vendor/rails/vendor/rails/activesupport/pkg/activesupport-2.2.2/lib/active_support/cache/drb_store.rb
esod-client-0.2.1 lib/activesupport-2.2.2/lib/active_support/cache/drb_store.rb
esod-client-0.2.0 lib/activesupport-2.2.2/lib/active_support/cache/drb_store.rb
esod-client-0.1.1 lib/activesupport-2.2.2/lib/active_support/cache/drb_store.rb
esod-client-0.1.0 lib/activesupport-2.2.2/lib/active_support/cache/drb_store.rb
factorylabs-castronaut-0.7.5 vendor/activesupport/lib/active_support/cache/drb_store.rb
activesupport-2.2.3 lib/active_support/cache/drb_store.rb
activesupport-2.1.0 lib/active_support/cache/drb_store.rb
activesupport-2.1.1 lib/active_support/cache/drb_store.rb
activesupport-2.1.2 lib/active_support/cache/drb_store.rb
activesupport-2.2.2 lib/active_support/cache/drb_store.rb
antfarm-0.3.0 rails/vendor/rails/activesupport/lib/active_support/cache/drb_store.rb
antfarm-0.4.0 rails/vendor/rails/activesupport/lib/active_support/cache/drb_store.rb
mack-active_record-0.8.2 lib/gems/activesupport-2.2.2/lib/active_support/cache/drb_store.rb