Caches the resolved MIB for a mallctl command that exchanges a value of a single type.

Synopsis

Declared in <folly/memory/MallctlHelper.h>

template<typename ExchangeType>
using MallctlMibExchangeCache = MallctlMibReadWriteCache<ExchangeType, ExchangeType>;

Created with MrDocs