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