# File lib/fog/rackspace/models/load_balancers/load_balancer.rb, line 103
        def content_caching
          requires :identity
          connection.get_content_caching(identity).body['contentCaching']['enabled']
        end