# File lib/fog/aws/models/elasticache/parameter_groups.rb, line 11
        def all
          load(
            connection.describe_cache_parameter_groups.body['CacheParameterGroups']
          )
        end