# File lib/fog/aws/models/elasticache/clusters.rb, line 19
        def get(identity, show_node_info = true)
          new(
            connection.describe_cache_clusters(
              identity, :show_node_info => show_node_info
            ).body['CacheClusters'].first
          )
        rescue Fog::AWS::Elasticache::NotFound
        end