ECacheResult$json top-level constant

  1. @Deprecated('Use eCacheResultDescriptor instead')
Map<String, Object> const ECacheResult$json

Implementation

@$core.Deprecated('Use eCacheResultDescriptor instead')
const ECacheResult$json = {
  '1': 'ECacheResult',
  '2': [
    {'1': 'Invalid', '2': 0},
    {'1': 'Ok', '2': 1},
    {'1': 'Hit', '2': 2},
    {'1': 'Miss', '2': 3},
  ],
  '4': [
    {'1': 4, '2': 6},
  ],
};