The client that manages this instance
The client this GatewayDriver was created with.
The first item in this Cache
The first key of this cache
The first value of this cache
The last item in this cache
The last key of this cache
The last value of this cache
Returns a shallow clone of this Cache
Naive equality compare function
The cache to compare this against
Returns a new filtered Cache based on the filter function
Function used to determine what entries are in the new Cache
Optional binding for the fn param
Finds an entry from this Cache
Function used to find what you are looking for
Optional binding for the fn param
Initializes all gateways.
Maps this Cache to an array (like Array#map())
Function to determine what is mapped to the new Array
Optional binding for the fn param
Reduces this cache into a singularity
The function to determine how this Cache is reduced
The initial value
Optional binding for the fn param
Registers a new gateway.
The gateway to register
The gateway driver with all serialized gateways.
Generated using TypeDoc
Constructs a new instance of GatewayDriver.