| 1468 | |
| 1469 | bool isExchangeCompressionEnabled() const { |
| 1470 | return get<bool>(kExchangeCompression, false); |
| 1471 | } |
| 1472 | |
| 1473 | bool isNativeCacheEnabled() const { |
| 1474 | return get<bool>(kNativeCacheEnabled, true); |
| 1475 | } |
no outgoing calls
no test coverage detected