Optional
shouldAppend information about a zone in the database.
Delete information about a zone in the database.
If no type is provided, all data for the domain should be deleted. If no data is provided, all data of the given type should be deleted.
Emit a cache request event.
This event is emitted when the store asks any consumers to cache data.
This event will be fired if the shouldCache
option is set to true.
Retrieve information about a zone in the database.
The domain to get
Optional
rType: TThe record type to get
Whether to resolve wildcard records
The data for the given domain and record type, or null if no data is found
The handler for the store, used in the framework to answer queries.
Static
fromDeserialize a store from a string.
The string to deserialize
The deserialized store
A simple in-memory store that stores data in a Map.