Caches the resolved MIB for a mallctl command that writes a value, for repeated fast invocation.
Declared in <folly/memory/MallctlHelper.h>
template<typename WriteType>
class MallctlMibWriteCache;
| Name | Description |
|---|---|
MallctlMibWriteCache [constructor] | Resolves and caches the MIB for the given command. |
operator() | Invokes the cached command, writing the given value. |