# File lib/aws/common.rb, line 255 def resource_cache if memoizing? Thread.current[:aws_memoization][:resource_cache] ||= ResourceCache.new end end