Create a scoped guard that installs the specified cache.
Declared in <baltzo_defaultzoneinfocache.h>
explicit
DefaultZoneinfoCacheScopedGuard(ZoneinfoCache* cache);
Create a scoped guard that installs the specified cache as the default Zoneinfo cache. Note that the pre-existing default time Zoneinfo cache is automatically restored on destruction of this object.
| Name | Description |
|---|---|
| cache | Zoneinfo cache to install as the default |