CacheRole$json top-level constant
Implementation
@$core.Deprecated('Use cacheRoleDescriptor instead')
const CacheRole$json = {
'1': 'CacheRole',
'2': [
{'1': 'CachePermitNone', '2': 0},
{'1': 'CacheReadWrite', '2': 1},
{'1': 'CacheReadOnly', '2': 2},
{'1': 'CacheWriteOnly', '2': 3},
],
};