# File lib/aws/resource.rb, line 107
    def local_cache_key
      resource_identifiers.collect{|name,value| value.to_s }.join(":")
    end