Sha256: c0521fc7c0990a623f02568b10526cdfc2ef4f929fee62c2bb71db166357b7b5

Contents?: true

Size: 297 Bytes

Versions: 3

Compression:

Stored size: 297 Bytes

Contents

# frozen_string_literal: true
module IdentityCache
  module Cached
    module Reference
      class Association < Cached::Association # :nodoc:
        def embedded_by_reference?
          true
        end

        def embedded_recursively?
          false
        end
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
identity_cache-1.1.0 lib/identity_cache/cached/reference/association.rb
identity_cache-1.0.1 lib/identity_cache/cached/reference/association.rb
identity_cache-1.0.0 lib/identity_cache/cached/reference/association.rb