# File lib/fog/aws/models/elasticache/security_groups.rb, line 17
        def get(identity)
          new(
            connection.describe_cache_security_groups(
              identity
            ).body['CacheSecurityGroups'].first
          )
        rescue Fog::AWS::Elasticache::NotFound
          nil
        end