Checks that a mobile device management (MDM) solution configures the Mac to disable content caching.
Use the policy below to verify
SELECT 1 FROM managed_policies WHERE domain='com.apple.applicationaccess' AND name='allowContentCaching' AND value='0' LIMIT 1;