# File lib/fog/rackspace/models/load_balancers/load_balancer.rb, line 91
        def enable_content_caching
          requires :identity
          connection.set_content_caching identity, true
          true
        end